-
Notifications
You must be signed in to change notification settings - Fork 94
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
Support custom ports #269
Comments
@gorkapernas Available in 2.6.4 (13) (staging API). |
@jurajhilje some early observations:
|
@gorkapernas Available in 2.7.0 (6), production API. |
Verified on version 2.7.0 (6), @jurajhilje please see my comments below.
Question:
This also should be implemented in the desktop apps //Cc @stenya |
@gorkapernas I would keep the logic from the current Desktop app regarding sorting, it's more clear when you have your custom ports at the end of the list. I'll also update the iOS app to add the same UDP port to both protocols. |
@gorkapernas New TF build 2.7.0 (8) is available. |
Verified on 2.7.0(10), the issues reported have been fixed. |
@gorkapernas I would like to update this to have the same behaviour as our Desktop app. Will submit that in the next build. |
@gorkapernas This last change (persist port number and UDP/TCP when switching VPN protocols) will require more significant update in the code than I initially planned. Can you please open a new ticket? So we can plan that update in one of the next releases. |
@jurajhilje Done -> #294 FYI, I'll run a few more tests before moving this ticket to deployable. |
@jurajhilje this looks good to go. |
In addition to existing port selection, we need to add a custom input field that accepts a single port number within the supported ranges. Supported port ranges are fetched from the servers.json API, separately for OpenVPN and WireGuard.
The text was updated successfully, but these errors were encountered: