-
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
Ability to edit "DNS rewrites" IP entries #1577
Comments
Duplicate of #1374 |
@Archive5 let's keep this one as it got more upvotes |
i think "DNS block list" item can add a field ActionType,include Block/Rewrite if the item is Block
they are both return the address in config like NXDOMAIN if the item is Rewrite
|
or no "ActionType",just try find |
But there's already "DNS rewrites", it seems natural to extend it, and not the blocklists. |
Maybe load DNS rewrite entries from files as Filter does? This will allow for better maintainability, especially when managing multiple AGH instances. |
We'll probably ship this functionality together with the new API and UI redesign. |
Would love the ability to bulk import DNS Rewrites as I don't know how I am going to easily add 10K. Only way at the moment is putting the list in the DNS Blocklist but it shows up as a block in the logs. |
We really need the ability to edit the re-write dns entries we've made. |
I see that this was planned for 0.104.0, is there any news about this feature ? |
anything? please? |
When a server goes down it's frustrating to have to delete/readd all the rewrites (especially if only temporary). Is there a workaround somehow? |
Updates #1577 Squashed commit of the following: commit a07ff51 Merge: 7db6968 2f515e8 Author: Ildar Kamalov <[email protected]> Date: Fri Jun 23 16:50:09 2023 +0300 Merge branch 'master' into AG-22207 commit 7db6968 Author: Ildar Kamalov <[email protected]> Date: Fri Jun 23 14:57:09 2023 +0300 fix changelog commit bf9458b Author: Ildar Kamalov <[email protected]> Date: Fri Jun 23 14:48:20 2023 +0300 changelog commit bc2bf3f Author: Ildar Kamalov <[email protected]> Date: Fri Jun 23 13:28:28 2023 +0300 client: handle rewrite edit
I wanted to use Adguard Home's "DNS rewrites" function to redirect DNS requests to specific SNI proxies. However, once a rewrite rule is added, there is no easy way to edit it (which needs to happen when the SNI proxy IP changes). The only solution now is to remove all entries and re-enter them under DNS rewrites, or host an additional DNSmasq server serving those custom records and then specify it under the upstream DNS server in the
[/domain-to-proxy.com/]ip_of_dnsmasq
method.It would be great if the rewrite rules' IP can be easily edited.
The text was updated successfully, but these errors were encountered: