1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-07 23:51:21 +00:00
dockerfiles/delegated
2017-05-08 07:05:07 +08:00
..
delegated.conf add delegated 2016-04-11 00:34:54 +08:00
docker-compose.yml add delegated 2016-04-11 00:34:54 +08:00
Dockerfile swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
README.md add delegated 2016-04-11 00:34:54 +08:00

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