pingtunnel/docker-compose
2021-02-23 16:46:12 +03:30
..
.env make configs reads from env file 2021-02-23 16:39:19 +03:30
client.yml make configs reads from env file 2021-02-23 16:39:19 +03:30
Readme.md a basic documentation for easy deploy 2021-02-23 16:46:12 +03:30
server.yml make configs reads from env file 2021-02-23 16:39:19 +03:30

Deploy with docker-compose

First edit .env file in this directory to your appropriate value.

Then run stack with these commands:

  • in the server
docker-compose -f server.yml up -d
  • in client machine
docker-compose -f client.yml up -d

Now use socks5 proxy at port 1080 of your client machine