users.conf that includes like:myuser:mypass
myuser2:myotherpass
docker run -p 1081:1080 -v ./users.conf:/app/users.conf ariadata/go-socks5-proxy
docker-compose.yamlversion: "3.8"
services:
socks5-proxy:
image: 'ariadata/go-socks5-proxy:latest'
container_name: go-socks5-proxy
restart: unless-stopped
ports:
- '1081:1080'
volumes:
- ./users.conf:/app/users.conf
curl -x socks5://user:[email protected]:1081 https://myip4.ir
curl -x socks5h://user:[email protected]:1081 https://myip4.ir
Content type
Image
Digest
sha256:a34c0a1b2…
Size
2.1 MB
Last updated
4 months ago
docker pull ariadata/go-socks5-proxy