[Android] - Strange things happen with a custom configuration and data connection only #2020
d3cim
started this conversation in
Potential issues
Replies: 2 comments 1 reply
-
Have you tried force_tcp = true ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't know Golang but there is a func _dnsExchange dnscrypt-proxy/dnscrypt-proxy/dnsutils.go Line 383 in ef1c70e It checks if the network supports the fragmented queries required for the relay to work. Only @jedisct1 can know if this algorithm is not working correctly or if LTE networks simply do not support fragmented queries over udp. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is affected by this bug?
My Android rooted devices (no matter the Android version)
When does this occur?
routes
are configured with 2 relays at least.skip_incompatible = true
.How do we replicate the issue?
On a Android rooted device with Magisk installed:
Magisk > Modules > Install from storage > dnscrypt-proxy-android-v2.1.1-1.zip
.Expected behavior (i.e. solution)
The device should connect immediatly, just like under wi-fi only network.
skip_incompatible = false
(not considered due to the lose of the routes correct functionality)Other Comments
This is the dnscrypt-proxy.toml used.
Take logs was very difficult due to the fact that the issue happen randomly.
At the actual state, with no-wifi connection, is an high risk use dnscrypt-proxy with this configuration.
log_level = 0
dnscrypt-proxy-wifi-only.log
dnscrypt-proxy-data-only.log
dnscrypt-proxy-data-only.jpg
Beta Was this translation helpful? Give feedback.
All reactions