1
0
mirror of synced 2024-11-25 06:16:07 +03:00
This commit is contained in:
hwdsl2 2022-05-23 22:08:30 -05:00
parent dce25ada28
commit ffb22c4858
3 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@ cat 1>&2 <<EOF
Error: Libreswan version '$swan_ver' is not supported.
IKEv2-only mode requires Libreswan 4.2 or newer.
To update Libreswan, run:
wget https://get.vpnsetup.net/upg -qO vpnup.sh && sudo sh vpnup.sh
wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh
EOF
exit 1
fi

View File

@ -118,7 +118,7 @@ cat 1>&2 <<EOF
Error: Libreswan version '$swan_ver' is not supported.
This script requires Libreswan 3.23 or newer.
To update Libreswan, run:
wget https://get.vpnsetup.net/upg -qO vpnup.sh && sudo sh vpnup.sh
wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh
EOF
exit 1
fi
@ -1302,7 +1302,7 @@ check_swan_update() {
cat <<EOF
Note: A newer version of Libreswan ($swan_ver_latest) is available.
To update, run:
wget https://get.vpnsetup.net/upg -qO vpnup.sh && sudo sh vpnup.sh
wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh
EOF
fi

View File

@ -657,8 +657,8 @@ 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
IKEv2 (vpnsetup.net/ikev2) or IPsec/XAuth mode to connect.
WARNING: /dev/ppp is missing, and IPsec/L2TP mode may not work.
Please use IKEv2 or IPsec/XAuth mode to connect.
Debian 11/10 users, see vpnsetup.net/debian10
EOF