Fix Windows IPsec

This commit is contained in:
Mykola Baibuz 2024-07-26 00:55:13 +03:00
parent 1754a82f67
commit 90912f9231
2 changed files with 16 additions and 13 deletions

View file

@ -263,7 +263,8 @@ PageType {
clickedFunc: function() {
if (!port.textField.acceptableInput &&
ContainerProps.containerTypeToString(dockerContainer) !== "torwebsite") {
ContainerProps.containerTypeToString(dockerContainer) !== "torwebsite" &&
ContainerProps.containerTypeToString(dockerContainer) !== "ikev2") {
port.errorText = qsTr("The port must be in the range of 1 to 65535")
return
}