Update vpnsetup_centos.sh
This commit is contained in:
parent
b129339927
commit
fc216958d1
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@
|
|||
# - All values MUST be placed inside 'single quotes'
|
||||
# - DO NOT use these special characters within values: \ " '
|
||||
|
||||
YOUR_IPSEC_PSK=''
|
||||
YOUR_USERNAME=''
|
||||
YOUR_PASSWORD=''
|
||||
YOUR_IPSEC_PSK='111222!!'
|
||||
YOUR_USERNAME='zzz'
|
||||
YOUR_PASSWORD='zzz'
|
||||
|
||||
# Important notes: https://git.io/vpnnotes
|
||||
# Setup VPN clients: https://git.io/vpnclients
|
||||
|
|
Loading…
Add table
Reference in a new issue