mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
delegated.conf | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
delegated
DeleGate is a multipurpose proxy server which relays various application protocols on TCP/IP or UDP/IP
docker-compose.yml
delegated:
image: vimagick/delegated
command: "-P1080 SERVER=socks"
ports:
- "1080:1080"
restart: always
up and running
# server
$ docker-compose up -d
# client
$ curl -x socks5h://localhost:1080 ifconfig.ovh