Skip to content

Instantly share code, notes, and snippets.

@nguyenl95
Created October 17, 2018 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nguyenl95/b7e4edeb6a9604de5d931ceb86190cfb to your computer and use it in GitHub Desktop.
Save nguyenl95/b7e4edeb6a9604de5d931ceb86190cfb to your computer and use it in GitHub Desktop.
pritunl config on linux
VPN_SERVER_IP=
ROUTER_IP=
ROUTER_DEV=
sudo ip route add $VPN_SERVER_IP via $ROUTER_IP via $ROUTER_DEV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment