-
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
Support hostnames for plain DNS upstream servers #4166
Labels
Milestone
Comments
EugeneOne1
added
P4: Low
external libs
Issues that require changes in external libraries.
labels
Jan 19, 2022
3 tasks
adguard
pushed a commit
to AdguardTeam/dnsproxy
that referenced
this issue
Mar 1, 2022
Merge in DNS/dnsproxy from 4166-udp-upstream to master Updates AdguardTeam/AdGuardHome#4166. Squashed commit of the following: commit 571134e Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 1 16:59:21 2022 +0300 upstream: fix docs, revert opts order, imp code commit 652588c Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 7 18:03:42 2022 +0300 upstream: support udp scheme
Per the code, I assume bootstrap servers are used to resolve hostnames @EugeneOne1? So, in a Docker network, the DNS server is at |
adguard
pushed a commit
that referenced
this issue
Jun 2, 2022
Merge in DNS/adguard-home from 4166-udp-upstream to master Closes #4166. Squashed commit of the following: commit b8b6d1c Merge: e5f0127 ea6e033 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 1 20:36:40 2022 +0300 Merge branch 'master' into 4166-udp-upstream commit e5f0127 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 1 19:41:33 2022 +0300 client: upd upstream examples commit bd974f2 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 1 18:36:10 2022 +0300 all: upd proxy commit badf132 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Fri Feb 4 14:36:50 2022 +0300 WIP
heyxkhoa
pushed a commit
to heyxkhoa/AdGuardHome
that referenced
this issue
Mar 20, 2023
Merge in DNS/adguard-home from 4166-udp-upstream to master Closes AdguardTeam#4166. Squashed commit of the following: commit b8b6d1c Merge: e5f0127 ea6e033 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 1 20:36:40 2022 +0300 Merge branch 'master' into 4166-udp-upstream commit e5f0127 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 1 19:41:33 2022 +0300 client: upd upstream examples commit bd974f2 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 1 18:36:10 2022 +0300 all: upd proxy commit badf132 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Fri Feb 4 14:36:50 2022 +0300 WIP
@agneevX, actually no. We've filled the AdguardTeam/dnsproxy#324 about it, and it's currently in progress. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AdGuard Home currently supports specifying an upstream server by hostname with the following schemes:
tcp://
for plain DNS-over-TCP;tls://
for DNS-over-TLS;https://
for DNS-over-HTTPS;sdns://
for DNSCrypt;quic://
for DNS-over-QUIC;So far, there is no way to specify a plain DNS upstream server defined by a hostname. We should definitely provide an abillity to use a hostname as well as an IP address for that. Perhaps, we may introduce the new
udp://
scheme.The text was updated successfully, but these errors were encountered: