diff --git a/extras/vpnuninstall.sh b/extras/vpnuninstall.sh index d34cb69..8158c3b 100755 --- a/extras/vpnuninstall.sh +++ b/extras/vpnuninstall.sh @@ -310,7 +310,7 @@ remove_vpn() { print_vpn_removed() { echo - echo "IPsec VPN removed! Please reboot your server." + echo "IPsec VPN removed! Please reboot your server. This is optional, but recommended." } vpnuninstall() { diff --git a/vpnsetup_ubuntu.sh b/vpnsetup_ubuntu.sh index 18f0148..37a7259 100755 --- a/vpnsetup_ubuntu.sh +++ b/vpnsetup_ubuntu.sh @@ -633,7 +633,7 @@ IKEv2 guide: vpnsetup.net/ikev2 EOF if [ ! -e /dev/ppp ]; then cat <<'EOF' -Warning: /dev/ppp is missing, and IPsec/L2TP mode may not work. Please use +WARNING: /dev/ppp is missing, and IPsec/L2TP mode may not work. Please use IKEv2 (vpnsetup.net/ikev2) or IPsec/XAuth mode to connect. Debian 11/10 users, see vpnsetup.net/debian10