You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched other issues and found no duplicates
I want to report a bug and not ask a question
Operating system type
Linux, Other (please mention the version in the description)
CPU architecture
64-bit ARM
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.107.23
Description
What did you do?
Run perl script:
use Net::DNS;
my $resolver = new Net::DNS::Resolver(nameservers => "ADGUARD-IP", dnssec => 1, debug => 1);
print "\n\nAD-flag: " . $resolver->send("example.com", "A")->header->ad . "\n";
Expected result
AD-flag: 1
Actual result
AD-flag: 0
Additional information
I enabled DNSSEC in Adguard.
When running the script there is no AD flag set in the result.
In the query-log there is a green lock for the query and the debug-output shows the RRSIG, so this part seems to be working.
And yes, 'example.com' is actually a signed domain.
When running the script using my bind9, google or cloudflare as nameserver the AD flag is set.
The text was updated successfully, but these errors were encountered:
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
Operating system type
Linux, Other (please mention the version in the description)
CPU architecture
64-bit ARM
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.107.23
Description
What did you do?
Run perl script:
Expected result
AD-flag: 1
Actual result
AD-flag: 0
Additional information
I enabled DNSSEC in Adguard.
When running the script there is no AD flag set in the result.
In the query-log there is a green lock for the query and the debug-output shows the RRSIG, so this part seems to be working.
And yes, 'example.com' is actually a signed domain.
When running the script using my bind9, google or cloudflare as nameserver the AD flag is set.
The text was updated successfully, but these errors were encountered: