Default the PSK, username, and password from the environment.
This commit is contained in:
parent
3afa732b6d
commit
4c0c134102
@ -22,9 +22,9 @@
|
|||||||
# - All values MUST be quoted using 'single quotes'
|
# - All values MUST be quoted using 'single quotes'
|
||||||
# - DO NOT use these characters inside values: \ " '
|
# - DO NOT use these characters inside values: \ " '
|
||||||
|
|
||||||
IPSEC_PSK=''
|
IPSEC_PSK="$VPNSETUP_IPSEC_PSK"
|
||||||
VPN_USER=''
|
VPN_USER="$VPNSETUP_USERNAME"
|
||||||
VPN_PASSWORD=''
|
VPN_PASSWORD="$VPNSETUP_PASSWORD"
|
||||||
|
|
||||||
# Important Notes: https://git.io/vpnnotes
|
# Important Notes: https://git.io/vpnnotes
|
||||||
# Setup VPN Clients: https://git.io/vpnclients
|
# Setup VPN Clients: https://git.io/vpnclients
|
||||||
|
Loading…
x
Reference in New Issue
Block a user