• v1.0.3 f412eaf55c

    loweel released this 2023-08-17 16:37:04 -04:00 | 1 commits to master since this release

    Fixed several bugs emerging after testing.

    1. Using UUID , which is more "sortable" for Golang .Max()
    2. Detecting allocation of the IP to local interface
    3. Improved ping function

    Changes:

    • Finally removed DatagramSize from config.
    Downloads
     
  • v1.0.2 d480b2fe15

    loweel released this 2023-08-13 16:56:50 -04:00 | 10 commits to master since this release

    • a bug caused by truncation of int64 numbers was fixed.

    Please upgrade

    Downloads
     
  • v1.0.1 b303f88a39

    loweel released this 2023-08-10 16:17:27 -04:00 | 18 commits to master since this release

    Changelog:

    • 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
     
  • v1.0.0 e6e6b90201

    loweel released this 2023-08-10 15:11:52 -04:00 | 20 commits to master since this release

    High 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
     
  • 1.0.0b 6c4f09f4cb

    Version 1.0.0 beta. Pre-Release

    loweel released this 2023-08-09 13:51:47 -04:00 | 22 commits to master since this release

    High 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