load balancer in fix mode

This commit is contained in:
Zsolt Ero
2024-06-22 08:43:55 +02:00
parent 8b3bd33766
commit 62bf87115e
6 changed files with 30 additions and 11 deletions

View File

@@ -101,9 +101,7 @@ A very important part, probably needs the most work in the long term future.
#### load balancer script - scripts/loadbalancer
Round Robin DNS based load balancer, script for health checking and updating records. It pushes status messages to a Telegram bot.
Currently it's running in read-only mode, DNS updates need manual confirmation.
A Round Robin DNS based load balancer script for health checking and updating records. It pushes status messages to a Telegram bot.
## Self hosting
@@ -167,6 +165,10 @@ See [dev setup docs](docs/dev_setup.md).
## Changelog
##### v0.2
Load-balancing script is running in write mode, updating records when needed.
##### v0.1
Everything works. 1 server for tile gen, 2 servers for HTTP host. Load-balancing script is running in a read-only mode.