Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

delegated

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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