AdguardTeam / AdGuardHome

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

round robin/load balancing requests for a domain #7095

Open miladtempaccount opened 2 months ago

miladtempaccount commented 2 months ago

Prerequisites

The problem

Roundrobin/load balancing requests for a domain to multiple ip addresses for i.e:

we could set multi ip via rewrite rules for example.com, everytime the client request example.com, one of the ip addresses would go to client ( it should support the below feature too - something like roundrobing geodns system ! )

Proposed solution

Alternatives considered and additional information

No response

miladtempaccount commented 2 months ago

https://github.com/cloudflare/cloudflare-docs/blob/production/content/dns/manage-dns-records/how-to/round-robin-dns.md

something like this

miladtempaccount commented 2 months ago

I want to achieve this using adguard rewrite rules

https://github.com/coredns/coredns/blob/master/plugin/loadbalance/README.md