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 tried to rewrite some specific addresses to a local ipv4 and an ipv6 address.
I created 2 wildcard addresses: 1 for the ipv4 and 1 for the ipv6 address, for example:
As you can see: it's a NOERROR status, but the response is empty.
When I remove the ipv4 rewrite, the ipv6 response is fixed!
Version of AdGuard Home server: 0.106.3
How did you install AdGuard Home: GitHub release
How did you setup DNS configuration: Router
If it's a router or IoT, please write device model: Asus RT-AX88U
CPU architecture: AMD64
Operating system and version: Ubuntu 20.04.2
Expected Behavior
I expect it to return the ipv6 address I configured for the wildcard address, instead of returning nothing.
Actual Behavior
The ipv4 request works and returns the ipv4 address I configured, but an ipv6 request returns an empty response.
Additional Information
This is not a problem for non-wildcard rewrites.
So my current workaround is to add a local.mydomain rewrite for both ipv4 & ipv6, and then point the wildcard rewrites to that cname.
The text was updated successfully, but these errors were encountered:
Thanks for the report! This should be fixed as of snapshot 194ea6e on the edge channel. Could you please check if the problem is fixed for you as well?
Issue Details
I tried to rewrite some specific addresses to a local ipv4 and an ipv6 address.
I created 2 wildcard addresses: 1 for the ipv4 and 1 for the ipv6 address, for example:
However, this did not exactly work.
The ipv4 response is correct, like in this example:
But when I try to do an ipv6 lookup it gives a wrong response:
As you can see: it's a NOERROR status, but the response is empty.
When I remove the ipv4 rewrite, the ipv6 response is fixed!
Expected Behavior
I expect it to return the ipv6 address I configured for the wildcard address, instead of returning nothing.
Actual Behavior
The ipv4 request works and returns the ipv4 address I configured, but an ipv6 request returns an empty response.
Additional Information
This is not a problem for non-wildcard rewrites.
So my current workaround is to add a
local.mydomain
rewrite for both ipv4 & ipv6, and then point the wildcard rewrites to that cname.The text was updated successfully, but these errors were encountered: