We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 18.04 because fwknop-gui don't work with 20.04 (libqrencode4) ? -and- Android 9.0.
Hello,
would like to report it's not possible with Fwknop2 version 1.3.0-alpha5 from the Play store and 1.2.3 to have :
SERVER_PORT=65535 ## 65534 MAX !
I think it's in Config.java line 36 it should be 65536 instead of 65535 :
if ((Integer.parseInt(this.SERVER_PORT) > 0) && (Integer.parseInt(this.SERVER_PORT) < 65536)) { // check for valid port
When converting a profile into a Qrcode with Fwknop-gui version 1.3 the app only import
Rijndael Key and HMAC Key the rest like server address, server port and access ports are missing.
I didn't found a log or a verbose option ?
Apart from that nice work :-!
C1@0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ubuntu 18.04 because fwknop-gui don't work with 20.04 (libqrencode4) ? -and- Android 9.0.
Hello,
would like to report it's not possible with Fwknop2 version 1.3.0-alpha5 from the Play store and 1.2.3 to have :
SERVER_PORT=65535 ## 65534 MAX !
I think it's in Config.java line 36 it should be 65536 instead of 65535 :
if ((Integer.parseInt(this.SERVER_PORT) > 0) && (Integer.parseInt(this.SERVER_PORT) < 65536)) { // check for valid port
When converting a profile into a Qrcode with Fwknop-gui version 1.3 the app only import
Rijndael Key and HMAC Key the rest like server address, server port and access ports are missing.
I didn't found a log or a verbose option ?
Apart from that nice work :-!
C1@0
The text was updated successfully, but these errors were encountered: