8000 GitHub - demoulin/socks5-server: Socks5-server in Golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

demoulin/socks5-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FORK FROM https://github.com/serjs/socks5-server

go-socks5-proxy

CircleCI

Simple socks5 server using go-socks5 with auth

Start container with proxy

docker run -d --name socks5-proxy -p 1080:1080 -e PROXY_USER=<PROXY_USER> -e PROXY_PASSWORD=<PROXY_PASSWORD> demoulin/go-socks5-proxy

where

<PROXY_USER> - username to authenticate

<PROXY_PASSWORD> - password to authenticate

Test running service

curl --socks5 <docker machine ip>:1080 -U <PROXY_USER>:<PROXY_PASSWORD> https://ifcfg.me - result must show docker host ip (for bridged network)

About

Socks5-server in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0