-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Upstream DNS servers] wrong upstreams specification even when test passes #4074
Comments
Hello and thank you for your report! It seems like there are two issues here:
|
Ok I see. In that case, do you have an idea of a good way to handle this kind of setup where upstream dns changes ip regularly ? |
@jacktheripper19 would it be possible to use TLS on the unbound side? AGH currently will only resolve domain names for encrypted upstreams. |
Merge in DNS/adguard-home from 4074-upstream-test to master Updates #4074. Squashed commit of the following: commit 0de155b Author: Eugene Burkov <[email protected]> Date: Wed Jan 12 19:20:01 2022 +0500 dnsforward: fix upstream test
@jacktheripper19, we've just pushed the latest build to the We'll also fill the separate feature request on support the |
@jacktheripper19, I'll close the issue for now if you don't mind. See #4166 for the status of plain DNS hostnames support. |
Merge in DNS/adguard-home from 4074-upstream-test to master Updates #4074. Squashed commit of the following: commit 0de155b Author: Eugene Burkov <[email protected]> Date: Wed Jan 12 19:20:01 2022 +0500 dnsforward: fix upstream test
Merge in DNS/adguard-home from 4074-upstream-test to master Updates AdguardTeam#4074. Squashed commit of the following: commit 0de155b Author: Eugene Burkov <[email protected]> Date: Wed Jan 12 19:20:01 2022 +0500 dnsforward: fix upstream test
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Issue Details
Expected Behavior
Setting up the upstream dns server using the hostname of the resolver should work
Actual Behavior
the test passes but the specification control returns an error HOSTNAME is not a valid IP
Additional Information
I have a setup where the upstream dns resolver unbound can change ip occasionally but it is on the same network as ADH, which means that it can be found using its hostname.
In the DNS settings, Upstream DNS servers, using [/local/]unbound:53 as an upstream server passes the test "Specified DNS servers are working correctly" but when applying the changes I get Error: control/dns_config | wrong upstreams specification: unbound is not a valid IP | 400
The text was updated successfully, but these errors were encountered: