You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02: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