Fix Windows IPsec (#909)

* Fix Windows IPsec

* Fix work wth PKCS12 TempFile
This commit is contained in:
Mykola Baibuz 2024-08-23 06:23:19 -07:00 committed by GitHub
parent b036c38981
commit 758b25947c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 44 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
}