Replies: 3 comments 6 replies
-
AdGuardHome can't and shouldn't do that. As we know, DNS Server's response is based on the client's request type:
So this is clearly a client behavior, you should set Prefer IPv6 on your device or application. And what AdGuardHome can do is drop all request for a specific type, just like
By the way, it might make sense to change this feature to a specific type that can be set. |
Beta Was this translation helpful? Give feedback.
-
In addition to what @fernvenue said, you can force AdGuard Home to reply with an empty
Be aware though that using that will disable all
|
Beta Was this translation helpful? Give feedback.
-
#5919 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have a question or an idea? Please search it on our forum to make sure it was not yet asked. If you cannot find what you had in mind, please submit it here.
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Problem Description
In the campus network environment, I hope to use ipv6 and use ipv6 as much as possible, but most software and equipment are still given priority to ipv4 in use. Can I set in adguardhome to only return ipv6 addresses for dual-stack URLs which have both ipv4 address and ipv6 address, so that the device can access it as a pure ipv6 website
Proposed Solution
Add an option to adguardhome to return only ipv4 or ipv6 addresses if the url has both ipv4 and ipv6 addresses
Alternatives Considered
Additional Information
At present, I manually set the ipv6 address in dns rewrite, but I cannot easily find the parsed ipv6 address in the query record. Its response is only represented by NOERROR. Is there any convenient way to find the parsed ipv6 address? ipv6 address?
Beta Was this translation helpful? Give feedback.
All reactions