From 789f4a53850acf2b0ed94f71ec96956444cda04d Mon Sep 17 00:00:00 2001 From: shuangquan Date: Thu, 21 Dec 2017 15:37:34 +0800 Subject: [PATCH] res --- vpnadduser.sh | 4 ++-- vpnsetup.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vpnadduser.sh b/vpnadduser.sh index b53207b..5538bb4 100755 --- a/vpnadduser.sh +++ b/vpnadduser.sh @@ -1,7 +1,7 @@ #!/bin/bash -VPN_USER="" -VPN_PASSWORD="" +VPN_USER="greatvpn" +VPN_PASSWORD="greatvpn" function read_user() { diff --git a/vpnsetup.sh b/vpnsetup.sh index a8527e6..c928cdf 100755 --- a/vpnsetup.sh +++ b/vpnsetup.sh @@ -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