AdguardTeam / AdguardTeam/AdGuardHome
round robin/load balancing requests for a domain
- Langage dominant
- TypeScript
- Étoiles
- 36.9k
- Forks
- 2.5k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### Prerequisites
- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer
- [X] I have searched other issues and found no duplicates
- [X] I want to request a feature or enhancement and not ask a question
### 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
- Randomize ip return based on a roundrobin algorithm
- Advanced one, check ping availability of these ip addresses, only randomize the available ones not all ip addresses in the pool
### Alternatives considered and additional information
_No response_
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.