Skip to content

Instantly share code, notes, and snippets.

@svicknesh
Created October 2, 2017 10:14
Show Gist options
  • Save svicknesh/5b1897433fca849753bbb7c835493f7d to your computer and use it in GitHub Desktop.
Save svicknesh/5b1897433fca849753bbb7c835493f7d to your computer and use it in GitHub Desktop.
export VPN_NAME="my_private_vpn"
export MY_NAME="raspi"
export VPN_IP="172.16.1.2" # change this to be different for each node
export CONNECTION="LAN" # is this server connected to a "WAN" or "LAN"
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