Skip to content

fote/docker-socks5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

docker build -t socks5 .

How to run with auth

Better to run on non-standard port:

docker run -d --name socks --restart=always -p 11080:1080 -e "USER=myuser" -e "PASSWORD=mypassword" socks5

How to test

Without auth:

curl -v -x socks5://SERVER_IP_ADDRESS:11080 http://www.google.com/

With auth:

curl -v -x socks5://myuser:mypassword@SERVER_IP_ADDRESS:11080 http://www.google.com/

About

Dockerfile SOCKS5 proxy server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%