-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add option to disabling filtering for supported nodes only in the Android app #447
Comments
Is there any specific use case why would anyone want to disable NAT compatibility auto-detection? |
@cvl |
Thanks. Additionally I can see in mysteriumnetwork/mysterium-vpn-desktop#184 that having this auto-detection enabled adds several seconds to load proposals list. |
This was a part of the discussion, it will not be adding such deley. |
Implemented here: |
By default, we are filtering unsupported nodes automatically.
But there should be an option to disable this filtering if a user wants it.
Users should be able to enable/disable in config such auto-detection.
This PR adds const to set NAT compatibility to
auto
#446Passing an empty string instead of
auto
will disable this filter.The text was updated successfully, but these errors were encountered: