Skip to content

Releases: 84codes/sparoid

v2.0.0

10 Mar 12:17

Choose a tag to compare

- IPv6 support: client detects and sends public IPv6 address to server.
- IPv6 address detection via OS UDP connect probe, with icanhazip.com fallback
- Comprehensive IPv6 global address validation (RFC 4291, RFC 6890)
- Use icanhazip.com public IP lookups

v1.2.1

11 Feb 15:27
8c40a88

Choose a tag to compare

Version 1.2.1

- Server only accepts explicit message versions

v1.2.0

04 Feb 12:00

Choose a tag to compare

bump version to 1.2.0

v1.1.13

25 Sep 14:06

Choose a tag to compare

Version 1.1.13

- Lookup by http instead of dns
- Build for ubuntu 24, debain 12 and 14

v1.1.12

01 Mar 15:58

Choose a tag to compare

Version 1.1.12

v1.1.11

31 Jan 12:52

Choose a tag to compare

- Client improvement: If hostname resolves to multiple IPs fdpass will connect to them in parallel and exit when the first succeeds
- Client improvement: Sparoid::Client.new can parse INI files
- Client improvement: Block/wait for UDP packets to be sent

v1.1.10

15 Sep 19:22

Choose a tag to compare

- Bundle static libnftables in debian binaries, doesn't seem to leak memory and works also in ubuntu 18.04

v1.1.9

14 Sep 11:08

Choose a tag to compare

- Revert to one nft at a time becasue some versions of nft -i also leaks memory

v1.1.8

14 Sep 10:59

Choose a tag to compare

- Because libnftable seems to leak memory in some versions use nft -i

v1.1.7

14 Sep 10:35

Choose a tag to compare

- Save a few allocations