We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Darwin (aka macOS), AMD64 (aka x86_64)
GitHub releases or script from README
On one machine
v0.108.0-b.62
I would like to set a custom rule for _dns.resolver.arpa SVCB queries so that AGH does not advertise DoH, DoT, etc. even though encryption is enabled.
_dns.resolver.arpa SVCB
I tried adding the rule: |_dns.resolver.arpa^$important,dnstype=SVCB,dnsrewrite=REFUSED I also tried NXDOMAIN, NOERROR.
|_dns.resolver.arpa^$important,dnstype=SVCB,dnsrewrite=REFUSED
NXDOMAIN
NOERROR
It does not work, so either AGH responds to this query before it checks the filter rules or my rule is not quite right.
Expect to be able to block _dns.resolver.arpa SVCB queries.
Custom rule does not work.
An alternate config setting to disable responding to this SVCB query would be fine too.
Related #7598
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Darwin (aka macOS), AMD64 (aka x86_64)
Installation
GitHub releases or script from README
Setup
On one machine
AdGuard Home version
v0.108.0-b.62
Action
I would like to set a custom rule for
_dns.resolver.arpa SVCB
queries so that AGH does not advertise DoH, DoT, etc. even though encryption is enabled.I tried adding the rule:
|_dns.resolver.arpa^$important,dnstype=SVCB,dnsrewrite=REFUSED
I also tried
NXDOMAIN
,NOERROR
.It does not work, so either AGH responds to this query before it checks the filter rules or my rule is not quite right.
Expected result
Expect to be able to block
_dns.resolver.arpa SVCB
queries.Actual result
Custom rule does not work.
Additional information and/or screenshots
An alternate config setting to disable responding to this SVCB query would be fine too.
Related #7598
The text was updated successfully, but these errors were encountered: