Skip to content

morizyun/squid-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squid-docker

How to start

# Start with password
docker run -p 49834:3128 -dit \
    --restart unless-stopped \
    -e SQUID_USERNAME=hoge \
    -e SQUID_PASSWORD=fuga \
    morizyun/squid-docker

Confirm

Run it on a server, since localhost does not recognize Proxy.

# Confirm Proxy with password
curl --proxy http://hoge:fuga@SERVER_IP:49834 https://www.ugtop.com/spill.shtml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages