-
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
DNS Rewrites: support wildcard domain name exceptions #1547
Comments
Hm, you can add a rewrite for that subdomain that rewrites it to itself. Smth like: |
OK I have tried and cannot make this work. First I created Then in Adguard #dns_rewrites I created in order:
This resulted in I then deleted the Adguard #dns_rewrites and created them again in reverse order
This also resulted in I then deleted the Adguard #dns_rewrites and created just one
This resulted in There seems to be no combination that allows for wildcard domain name exceptions currently. |
@anoma Thank you for the precise description of the problem!
In this case we always use IP from |
This seems like a very slick solution. I will keep an eye out for the change and will report back after testing. Very much appreciated. |
…pecific one #1547 * commit 'b33653ec48a613df24d1768aab56a5c505affd33': + rewrites: support deeper level wildcards - select the more specific one
Just a final comment to confirm that this now works in AdGuard Home v0.103.1 and to say a big thanks for implementing this feature which has greatly simplified my setup. |
Problem Description
Version of AdGuard Home server: Docker container version 0.101.0
DNS Rewrites: support wildcard domain name
was added in Dec 2019 and works perfectly. However it would be useful if exceptions could be made.Often you will want to rewrite all subdomains except for a small number. e.g. you self host a number of subdomains but a couple of exceptions such as mail are hosted elsewhere on the internet.
Proposed Solution
Allow named specific exceptions to be ignored from wildcard DNS Rewrites.
One other related scenario covered here #922 (comment)
Alternatives Considered
None
Additional Information
c553796 added
DNS Rewrites: support wildcard domain name
The text was updated successfully, but these errors were encountered: