Skip to content

Instantly share code, notes, and snippets.

@csrutil
Last active November 4, 2017 00:26
Show Gist options
  • Save csrutil/56140e68d62211262709e76f66b0cfa9 to your computer and use it in GitHub Desktop.
Save csrutil/56140e68d62211262709e76f66b0cfa9 to your computer and use it in GitHub Desktop.
https://github.com/gaomd/docker-ikev2-vpn-server
docker run --privileged -d --name ikev2-vpn-server --restart=always -p 500:500/udp -p 4500:4500/udp gaomd/ikev2-vpn-server:0.3.0
docker run --privileged -i -t --rm --volumes-from ikev2-vpn-server -e "HOST=domain_name_or_ip" gaomd/ikev2-vpn-server:0.3.0 generate-mobileconfig > ikev2-vpn.mobileconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment