diff --git a/extras/ikev2setup.sh b/extras/ikev2setup.sh index 4e80efc..7e2e132 100755 --- a/extras/ikev2setup.sh +++ b/extras/ikev2setup.sh @@ -151,7 +151,7 @@ confirm_or_abort() { show_header() { cat <<'EOF' -IKEv2 Script Copyright (c) 2020-2022 Lin Song 14 May 2022 +IKEv2 Script Copyright (c) 2020-2022 Lin Song 23 May 2022 EOF } @@ -1278,6 +1278,20 @@ vpnsetup.net/ikev2clients EOF } +show_optional_note() { + if [ "$os_type" = "ubuntu" ] || [ "$os_type" = "debian" ] \ + || { [ "$os_type" = "centos" ] && [ "$os_ver" = "7" ]; }; then +cat <