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 ================================================