1
0
Fork 0
mirror of synced 2025-04-05 06:03:33 +03:00

Default the PSK, username, and password from the environment.

This commit is contained in:
Dustin Oprea 2016-05-17 23:37:56 -04:00
parent 8f79422ddc
commit 8f5564b1c8

View file

@ -22,9 +22,9 @@
# - All values MUST be quoted using 'single quotes'
# - DO NOT use these characters inside values: \ " '
IPSEC_PSK=''
VPN_USER=''
VPN_PASSWORD=''
IPSEC_PSK="$VPNSETUP_IPSEC_PSK"
VPN_USER="$VPNSETUP_USERNAME"
VPN_PASSWORD="$VPNSETUP_PASSWORD"
# Important Notes: https://git.io/vpnnotes
# Setup VPN Clients: https://git.io/vpnclients