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
QUESTIONS:
XXX.ZZZ.YYY.com, type = A, class = IN
ANSWERS:
-> XXX.ZZZ.YYY.com
internet address = 172.22.1.11
ttl = 10
AUTHORITY RECORDS:
ADDITIONAL RECORDS:
Until version 0.107.36 (I just tested it out) a dns query for XXX.ZZZ.YYY.pro returned the 172.22.1.10 ip however since version 0.107.37 it returns the one from higher level 172.22.1.11.
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 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)
Linux, ARM64
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.107.37
Action
Server: 172.22.1.3
Address: 172.22.1.3#53
Non-authoritative answer:
Name: XXX.ZZZ.YYY.com
Address: 172.22.1.11
Expected result
response with ip 172.22.1.10
Actual result
response with ip 172.22.1.11
Additional information and/or screenshots
Since version 107.37 the DNS overwrite hierarchy is no longer correct. I have two overwrites defined:
rewrites: - domain: '*.YYY.com' answer: 172.22.1.11 - domain: '*.ZZZ.YYY.com' answer: 172.22.1.10
Until version 0.107.36 (I just tested it out) a dns query for XXX.ZZZ.YYY.pro returned the 172.22.1.10 ip however since version 0.107.37 it returns the one from higher level 172.22.1.11.
The text was updated successfully, but these errors were encountered: