diff --git a/extras/vpnupgrade.sh b/extras/vpnupgrade.sh index 3973679..713e76a 100755 --- a/extras/vpnupgrade.sh +++ b/extras/vpnupgrade.sh @@ -15,7 +15,7 @@ # know how you have improved it! # Specify which Libreswan version to install. See: https://libreswan.org -SWAN_VER=4.5 +SWAN_VER=4.6 ### DO NOT edit below this line ### @@ -93,27 +93,28 @@ EOF check_libreswan() { if [ "$os_type" != "alpine" ]; then case $SWAN_VER in - 3.32|4.[1-5]) + 3.32|4.[1-6]) true ;; *) cat 1>&2 <&2 <&2 <&2 <&2 <&2 <