• v1.0.3 f412eaf55c

    loweel released this 2023-08-17 22:37:04 +02:00 | 0 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 22:56:50 +02:00 | 9 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 22:17:27 +02:00 | 17 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 21:11:52 +02:00 | 19 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 19:51:47 +02:00 | 21 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