Skip to content
New issue

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

Qrcode profile server address, server port and access ports are missing. Server port 65535 !? #64

Open
skaox opened this issue Nov 4, 2020 · 0 comments

Comments

@skaox
Copy link

skaox commented Nov 4, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant