Skip to content

Instantly share code, notes, and snippets.

@svicknesh
Created October 2, 2017 10:14
Show Gist options
  • Save svicknesh/1eacc7ec4a5d10c1416021116facd6df to your computer and use it in GitHub Desktop.
Save svicknesh/1eacc7ec4a5d10c1416021116facd6df to your computer and use it in GitHub Desktop.
export VPN_NAME="my_private_vpn"
export MY_NAME="ubuntu"
export VPN_IP="172.16.1.1" # change this to be different for each node
export CONNECTION="WAN" # is this server connected to a "WAN" or "LAN"
export MY_HOSTNAME="ubuntu.server.com"
export TINC_PORT="655"
export AUTO_TRUE="YES"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment