tlstun is basic SOCKS over TLS.
- Docker
- Set an
ADNS record which points to your server's IP address, we recomment using your country domain (e.g.,ir): e.g.,tun.mydomain.ir
- Create self-signed certificate for the domain
tlstun is basic SOCKS over TLS.
A DNS record which points to your server's IP address, we recomment using your country domain (e.g., ir): e.g., tun.mydomain.irA DNS record which points to your server's IP address, we recomment using your country domain (e.g., ir): e.g., ws.mydomain.ir
Please note that you should enable proxy feature on the dns record (e.g., the cloud icon on the DNS record in the cloudlfare dashboard)myRandSecureKey with a random value to use as authentication key on the client):docker run -d --restart=always --name=wssocks-server -p 80:80 farhad4/wssocks:0.5.0 server --addr=:80 --auth --auth_key=myRandSecureKey