-
-
Notifications
You must be signed in to change notification settings - Fork 417
Fix constants and setting ports #1266
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
Conversation
|
@meenbeese could you please review this? |
|
One thing that's annoying here is that many translations actually have this hardcoded to port 5400, not just the default. One way would just be to update them all? For example: |
Thanks for mentioning that. I have fixed it by updating them all with |
Thanks but can you rebase this on #1216? Otherwise, I will have huge conflicts once this is merged. |
Fix Orbot constants and set default dns port to 9053 which is the same default as c-tor.
Changes port from 5400 to 9053
Done |
|
I feel like there is a reason I chose 5400 and/or didn't use 9053... |
|
Currently, the default setting for the dns port is set to |
Fix Orbot constants and set default dns port to 9053 which is the same default as c-tor.