-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
DS Record not properly handled when "upstream DNS server" is set #6156
Comments
BTW, PowerDNS Recursor advises that user add their own DS records/NTA to its config file
Quoted from https://doc.powerdns.com/recursor/settings.html#forward-zones but i think it can be done better by querying the DS records from the parent zone |
Merge in DNS/adguard-home from 6156-upd-proxy to master Updates #6156. Squashed commit of the following: commit 8e765f7 Merge: b18d0ae 3ec76cd Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Oct 9 15:51:22 2023 +0300 Merge branch 'master' into 6156-upd-proxy commit b18d0ae Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Oct 9 13:06:42 2023 +0300 all: upd proxy
@lekoOwO, hello and apologies for the late reply. We've finally pushed the fix for this, so could you please try installing the edge release and see if it now redirects |
@lekoOwO, it's released within the |
Merge in DNS/adguard-home from 6156-upd-proxy to master Updates AdguardTeam#6156. Squashed commit of the following: commit 8e765f7 Merge: b18d0ae 3ec76cd Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Oct 9 15:51:22 2023 +0300 Merge branch 'master' into 6156-upd-proxy commit b18d0ae Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Oct 9 13:06:42 2023 +0300 all: upd proxy
Merge in GO/adguard-home-wiki from doc-ds-upstream-config to master Updates AdguardTeam/AdGuardHome#6156. Squashed commit of the following: commit cabb4325803ebdb51ff3a749c0b788e62e03b1ee Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Oct 12 18:03:52 2023 +0300 Configuration: screen spec chars commit f3de47b618166d1ca407bd55e7b0945016407393 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Oct 12 17:59:03 2023 +0300 Configuration: imp txt commit 52c43fa8e4f14db15ad3457a40f6e5c346f9780e Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Oct 12 17:48:19 2023 +0300 Configuration: mention ds
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, AMD64 (aka x86_64)
Installation
GitHub releases or script from README
Setup
On one machine
AdGuard Home version
v0.107.36
Action
I've set up like
to make queries to
my.internal.domain
forward to192.168.0.1
but this makes the query for
DS
records ofmy.internal.domain
forwarded to192.168.0.1
too.RFC3658 says that "DS RRsets MUST NOT appear at non-delegation points or at a zone's apex", thus the query for DS record of
my.internal.domain
should be forwarded to where we queryinternal.domain
, that is,1.1.1.1
.Expected result
The query for DS record of
my.internal.domain
should be forwarded to where we queryinternal.domain
, that is,1.1.1.1
Actual result
The query for DS record is forwarded to
192.168.0.1
Additional information and/or screenshots
No response
The text was updated successfully, but these errors were encountered: