AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home/overview.html
GNU General Public License v3.0
25.63k stars 1.84k forks source link

Realize domain name resolution forwarding #7436

Closed Matinal111 closed 1 week ago

Matinal111 commented 1 week ago

Prerequisites

The problem

I am using AdGuardHome by installing it on a cloud server, certain cloud server merchant services by default rely on VPC's default DNS resolution, such as access to NTP, S3, and Monitoring and Reporting, which all rely on the default cloud VPC DNS, and if the customer's customized DNS is unable to resolve these domains, it makes these essential services unavailable. I know that DNS rewriting makes it easy to configure custom DNS responses for specific domains, but if some services have both internal IPs and public IPs resolving to the same internal domains, they can't be resolved automatically using DNS rewriting.

Proposed solution

I wish AdGuardHome could implement custom domains or generic domains to be forwarded to a specific DNS for resolution instead of being resolved by AdGuardHome.

Alternatives considered and additional information

No response

tjharman commented 1 week ago

This feature already exists.

Matinal111 commented 1 week ago

I'm sorry. It was an oversight.