-
v1.0.3 - "GULP" Stable
released this
2023-08-17 15:37:04 -05:00 | 1 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 15:56:50 -05:00 | 10 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 15:17:27 -05:00 | 18 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 14:11:52 -05:00 | 20 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 12:51:47 -05:00 | 22 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