Fix Windows IPsec (#909)
* Fix Windows IPsec * Fix work wth PKCS12 TempFile
This commit is contained in:
parent
b036c38981
commit
758b25947c
2 changed files with 49 additions and 44 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue