dockerfiles/delegated
kev 82143a5b63 swith to new domain: easypi.pro 2017-05-08 07:05:07 +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.conf add delegated 2016-04-11 00:34:54 +08:00
docker-compose.yml 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