1
0
mirror of synced 2025-01-31 12:32:20 +03:00

Add install note

This commit is contained in:
hwdsl2 2020-01-13 00:09:30 -08:00
parent 4360737eaf
commit 53a4bbb06a
2 changed files with 24 additions and 2 deletions

View File

@ -115,12 +115,23 @@ Version to install: Libreswan $SWAN_VER
EOF
case "$SWAN_VER" in
3.19|3.2[0123567])
cat <<'EOF'
WARNING: Older versions of Libreswan may contain security vulnerabilities.
See: https://libreswan.org/security/
Are you sure you want to install an older version?
EOF
;;
esac
case "$SWAN_VER" in
3.2[35])
cat <<'EOF'
WARNING: Libreswan 3.23 and 3.25 have an issue with connecting multiple
IPsec/XAuth VPN clients from behind the same NAT (e.g. home router).
DO NOT upgrade to 3.23/3.25 if your use cases include the above.
DO NOT install 3.23/3.25 if your use cases include the above.
EOF
;;

View File

@ -106,12 +106,23 @@ Version to install: Libreswan $SWAN_VER
EOF
case "$SWAN_VER" in
3.19|3.2[0123567])
cat <<'EOF'
WARNING: Older versions of Libreswan may contain security vulnerabilities.
See: https://libreswan.org/security/
Are you sure you want to install an older version?
EOF
;;
esac
case "$SWAN_VER" in
3.2[35])
cat <<'EOF'
WARNING: Libreswan 3.23 and 3.25 have an issue with connecting multiple
IPsec/XAuth VPN clients from behind the same NAT (e.g. home router).
DO NOT upgrade to 3.23/3.25 if your use cases include the above.
DO NOT install 3.23/3.25 if your use cases include the above.
EOF
;;