Skip to content

Commit

Permalink
Fix # 650: Replace broken weighted round robin link (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
mleers committed Apr 20, 2022
1 parent 578e29c commit 79364db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ DNS is hierarchical, with a few authoritative servers at the top level. Your ro

Services such as [CloudFlare](https://www.cloudflare.com/dns/) and [Route 53](https://aws.amazon.com/route53/) provide managed DNS services. Some DNS services can route traffic through various methods:

* [Weighted round robin](https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb)
* [Weighted round robin](https://www.jscape.com/blog/load-balancing-algorithms)
* Prevent traffic from going to servers under maintenance
* Balance between varying cluster sizes
* A/B testing

This comment has been minimized.

Copy link
@Kalliingi

Kalliingi Apr 21, 2022

Latency

Expand Down

0 comments on commit 79364db

Please sign in to comment.