DeleGate is a multipurpose proxy server which relays various application protocols on TCP/IP or UDP/IP
delegated:
image: vimagick/delegated
command: "-P1080 SERVER=socks"
ports:
- "1080:1080"
restart: always
# server
$ docker-compose up -d
# client
$ curl -x socks5h://localhost:1080 ifconfig.ovh