From c2a01e966c54745775abdbcd4ab55c83afd1fba1 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sun, 22 May 2022 00:36:47 -0500 Subject: [PATCH] Cleanup --- vpnsetup_alpine.sh | 4 ++++ vpnsetup_amzn.sh | 4 ++++ vpnsetup_centos.sh | 4 ++++ vpnsetup_ubuntu.sh | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/vpnsetup_alpine.sh b/vpnsetup_alpine.sh index e931aa3..ae8c646 100755 --- a/vpnsetup_alpine.sh +++ b/vpnsetup_alpine.sh @@ -553,6 +553,10 @@ cat <<'EOF' ================================================ IKEv2 is already set up on this server. + +Next steps: Configure IKEv2 clients. See: +vpnsetup.net/ikev2clients + To manage IKEv2 clients, run: sudo ikev2.sh ================================================ diff --git a/vpnsetup_amzn.sh b/vpnsetup_amzn.sh index e9079b8..fd48075 100755 --- a/vpnsetup_amzn.sh +++ b/vpnsetup_amzn.sh @@ -569,6 +569,10 @@ cat <<'EOF' ================================================ IKEv2 is already set up on this server. + +Next steps: Configure IKEv2 clients. See: +vpnsetup.net/ikev2clients + To manage IKEv2 clients, run: sudo ikev2.sh ================================================ diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index 5d7439e..1595e12 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -707,6 +707,10 @@ cat <<'EOF' ================================================ IKEv2 is already set up on this server. + +Next steps: Configure IKEv2 clients. See: +vpnsetup.net/ikev2clients + To manage IKEv2 clients, run: sudo ikev2.sh ================================================ diff --git a/vpnsetup_ubuntu.sh b/vpnsetup_ubuntu.sh index 50b3e45..75bf220 100755 --- a/vpnsetup_ubuntu.sh +++ b/vpnsetup_ubuntu.sh @@ -679,6 +679,10 @@ cat <<'EOF' ================================================ IKEv2 is already set up on this server. + +Next steps: Configure IKEv2 clients. See: +vpnsetup.net/ikev2clients + To manage IKEv2 clients, run: sudo ikev2.sh ================================================