mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-07-01 20:14:22 +02:00
parent
ff10bd83e6
commit
7596918204
@ -424,10 +424,9 @@ else
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
if [[ $CIPHER != "1" && $CIPHER != "2" && $CIPHER != "3" ]]; then
|
if [[ $CIPHER = "1" && $CIPHER = "2" && $CIPHER = "3" ]]; then
|
||||||
echo "Choose which message digest algorithm you want to use for the tls-auth/tls-crypt control channel packets:"
|
echo "Choose which message digest algorithm you want to use for the tls-auth/tls-crypt control channel packets:"
|
||||||
fi
|
elif [[ $CIPHER = "4" && $CIPHER = "5" && $CIPHER = "6" ]]; then
|
||||||
if [[ $CIPHER != "4" && $CIPHER != "5" && $CIPHER != "6" ]]; then
|
|
||||||
echo "Choose which message digest algorithm you want to use for the data channel packets"
|
echo "Choose which message digest algorithm you want to use for the data channel packets"
|
||||||
echo "and the tls-auth/tls-crypt control channel packets:"
|
echo "and the tls-auth/tls-crypt control channel packets:"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user