Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ImanMousavi/d474c37f843f47a7b90ee8c8a73c082e to your computer and use it in GitHub Desktop.
Save ImanMousavi/d474c37f843f47a7b90ee8c8a73c082e to your computer and use it in GitHub Desktop.
Run a VPN in a Docker Container Using SoftEther
sudo docker run -d -p 500:500/udp -p 4500:4500/udp -p 1701:1701/tcp -p 1194:1194/udp --name softether-vpn -e PSK=En4EW25eI0 -e USERNAME=iman -e PASSWORD=20WSs7Ff4YSm siomiz/softethervpn
@ImanMousavi
Copy link
Author

curl -sSL https://get.docker.com/ | sudo bash

@ImanMousavi
Copy link
Author

Quick Install

curl https://gist.githubusercontent.com/irmaster/d474c37f843f47a7b90ee8c8a73c082e/raw/d36d098fced6fb40043df883442d78ed99d92857/run-a-vpn-in-a-docker-container-using-softether.sh | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment