From 207fb6574dafa98ccc90ad114263ca513d7ba51c Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Mon, 11 May 2020 01:19:03 -0500 Subject: [PATCH] Update links - Add a link to IKEv2 how-to guide --- vpnsetup.sh | 2 ++ vpnsetup_centos.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/vpnsetup.sh b/vpnsetup.sh index 93de7f4..bb2e3ff 100755 --- a/vpnsetup.sh +++ b/vpnsetup.sh @@ -30,6 +30,7 @@ YOUR_PASSWORD='' # Important notes: https://git.io/vpnnotes # Setup VPN clients: https://git.io/vpnclients +# IKEv2 guide: https://git.io/ikev2 # ===================================================== @@ -522,6 +523,7 @@ Write these down. You'll need them to connect! Important notes: https://git.io/vpnnotes Setup VPN clients: https://git.io/vpnclients +IKEv2 guide: https://git.io/ikev2 ================================================ diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index 3049a0f..a7a6079 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -30,6 +30,7 @@ YOUR_PASSWORD='' # Important notes: https://git.io/vpnnotes # Setup VPN clients: https://git.io/vpnclients +# IKEv2 guide: https://git.io/ikev2 # ===================================================== @@ -492,6 +493,7 @@ Write these down. You'll need them to connect! Important notes: https://git.io/vpnnotes Setup VPN clients: https://git.io/vpnclients +IKEv2 guide: https://git.io/ikev2 ================================================