From fc216958d17bb14fffc161187a3ddd0874179c10 Mon Sep 17 00:00:00 2001 From: koyenma <78035859+koyenma@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:53:17 +0800 Subject: [PATCH] Update vpnsetup_centos.sh --- vpnsetup_centos.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index eda1bf1..b94c56b 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -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