Created
October 2, 2017 10:14
-
-
Save svicknesh/1eacc7ec4a5d10c1416021116facd6df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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