This commit is contained in:
hwdsl2 2022-05-08 02:43:47 -05:00
parent 0425be8c4a
commit eed8e236a3
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ remove_vpn() {
print_vpn_removed() { print_vpn_removed() {
echo echo
echo "IPsec VPN removed! Please reboot your server." echo "IPsec VPN removed! Please reboot your server. This is optional, but recommended."
} }
vpnuninstall() { vpnuninstall() {

View File

@ -633,7 +633,7 @@ IKEv2 guide: vpnsetup.net/ikev2
EOF EOF
if [ ! -e /dev/ppp ]; then if [ ! -e /dev/ppp ]; then
cat <<'EOF' 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. IKEv2 (vpnsetup.net/ikev2) or IPsec/XAuth mode to connect.
Debian 11/10 users, see vpnsetup.net/debian10 Debian 11/10 users, see vpnsetup.net/debian10