Cloaking rules recursing and eventually making the server unusable #3178
Closed
StevePER
started this conversation in
Potential issues
Replies: 2 comments
-
|
Yes, it should obviously be The example has been fixed, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the prompt fix! |
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.
-
If a cloaking rule matches itself due to the wildcard matching behaviour, dnscrypt-proxy seems to get stuck in a loop and eventually becomes unusable.
This line is in
example-cloaking-rules.txt:Any query for a yandex.ru domain matches this cloaking rule and redirects to familysearch.yandex.ru. But dnscrypt-proxy then appears to check familysearch.yandex.ru against the cloaking rules, matches this rule again, and recurses. If I turn query logging on I get log output like this:
The server is then unusable for any other queries until it is restarted.
This seems like a bug to me unless there is something else in my configuration that might be causing it.
Beta Was this translation helpful? Give feedback.
All reactions