res
This commit is contained in:
parent
c4782c1158
commit
789f4a5385
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
VPN_USER=""
|
||||
VPN_PASSWORD=""
|
||||
VPN_USER="greatvpn"
|
||||
VPN_PASSWORD="greatvpn"
|
||||
|
||||
function read_user()
|
||||
{
|
||||
|
|
|
@ -24,9 +24,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='greatvpn'
|
||||
YOUR_USERNAME='greatvpn'
|
||||
YOUR_PASSWORD='greatvpn'
|
||||
|
||||
# Important notes: https://git.io/vpnnotes
|
||||
# Setup VPN clients: https://git.io/vpnclients
|
||||
|
|
Loading…
Add table
Reference in a new issue