Created
October 2, 2017 10:14
-
-
Save svicknesh/5b1897433fca849753bbb7c835493f7d 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="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