-
v1.0.3 - "GULP" Stable
released this
2023-08-17 20:37:04 +00:00 | 0 commits to master since this releaseFixed several bugs emerging after testing.
- Using UUID , which is more "sortable" for Golang .Max()
- Detecting allocation of the IP to local interface
- Improved ping function
Changes:
- Finally removed DatagramSize from config.
Downloads
-
released this
2023-08-13 20:56:50 +00:00 | 9 commits to master since this release- a bug caused by truncation of int64 numbers was fixed.
Please upgrade
Downloads
-
Added ARP management. Stable
released this
2023-08-10 20:17:27 +00:00 | 17 commits to master since this releaseChangelog:
- now it sends a Gratuitous ARP when IP is assigned.
Should not be necessary, but cheap switches and Cisco (non-cheap!) switches may need to enable manually fast mode if not.
Downloads
-
released this
2023-08-10 19:11:52 +00:00 | 19 commits to master since this releaseHigh Availability daemon to share an IP around N servers.
Zoreide is a daemon service you can use to share an IP among N servers. If the server owning the IP is down, another one will replace it. Differently than Keepalived, it allows N servers instead of just 2. Perfect for docker-swarm arrays.
The daemon uses Multicast in order to elect the node which will have the IP configured.
Downloads
-
Version 1.0.0 beta. Pre-Release
released this
2023-08-09 17:51:47 +00:00 | 21 commits to master since this releaseHigh Availability daemon to share an IP around N servers.
Zoreide is a daemon service you can use to share an IP among N servers. If the server owning the IP is down, another one will replace it. Differently than Keepalived, it allows N servers instead of just 2. Perfect for docker-swarm arrays.
Downloads