From e047cc36502b96ca8b10cda7bec872fa32584dcb Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Mon, 24 Jun 2024 20:56:37 +0200 Subject: [PATCH] readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 51e0c4b..29a14f6 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,12 @@ See [dev setup docs](docs/dev_setup.md). ## Changelog +##### v0.3 + +Lot of performance related problems with Cloudflare when using Round-Robin DNS. Works much better without any Cloudflare proxying, the browsers actually do a great job of client-side failover and selecting the best host. + +Load-balancing script running in check mode again. + ##### v0.2 Load-balancing script is running in write mode, updating records when needed.