Skip to content

Instantly share code, notes, and snippets.

@diabl0
Created October 4, 2016 11:09
Show Gist options
  • Save diabl0/0e3649c20e797381fb56e5c48f26316a to your computer and use it in GitHub Desktop.
Save diabl0/0e3649c20e797381fb56e5c48f26316a to your computer and use it in GitHub Desktop.
Easiest Docker iPhone L2TP/IPSec VPN
docker run -d --cap-add NET_ADMIN -p 500:500/udp -p 4500:4500/udp -p 1701:1701/tcp -p 1194:1194/udp -p 5555:5555/tcp -e PSK="shared_password" -e USERS="user:password" siomiz/softethervpn
@diabl0
Copy link
Author

diabl0 commented Oct 4, 2016

Remember to forward specified ports and set your own passwords - and thats all.

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