1
0
mirror of synced 2025-01-31 04:21:43 +03:00

Removed quotes due to restrictions.

This commit is contained in:
Dustin Oprea 2016-05-18 02:50:27 -04:00
parent cb946063d2
commit 6fb736775b

View File

@ -22,11 +22,11 @@
# - 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="$VPN_IPSEC_PSK" IPSEC_PSK=$VPN_IPSEC_PSK
VPN_USER="$VPN_USERNAME" VPN_USER=$VPN_USERNAME
VPN_PASSWORD="$VPN_PASSWORD" VPN_PASSWORD=$VPN_PASSWORD
PUBLIC_IP="$VPN_PUBLIC_IP" PUBLIC_IP=$VPN_PUBLIC_IP
PRIVATE_IP="$VPN_PRIVATE_IP" PRIVATE_IP=$VPN_PRIVATE_IP
# 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