Last active
August 31, 2020 14:53
-
-
Save ImanMousavi/d474c37f843f47a7b90ee8c8a73c082e to your computer and use it in GitHub Desktop.
Run a VPN in a Docker Container Using SoftEther
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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
curl -sSL https://get.docker.com/ | sudo bash