Skip to content
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

round robin/load balancing requests for a domain #7095

Open
3 tasks done
miladtempaccount opened this issue Jun 24, 2024 · 2 comments
Open
3 tasks done

round robin/load balancing requests for a domain #7095

miladtempaccount opened this issue Jun 24, 2024 · 2 comments

Comments

@miladtempaccount
Copy link

Prerequisites

  • I have checked the Wiki and Discussions and found no answer

  • I have searched other issues and found no duplicates

  • 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

@miladtempaccount
Copy link
Author

I want to achieve this using adguard rewrite rules

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant