github zerotier/zeronsd v0.2.3
v0.2.3: Bugfix for duplicate name / rename issue

latest releases: v0.5.2, v0.5.1, v0.5.0...
3 years ago

#94 exposed a serious bug where when renaming nodes, the record set would be appended to, not replaced. This resulted in a number of issues with A and AAAA records showing two independent IPs for the named record, one for each point-in-time ip assignment.

Summarily:

bob -> 1.2.3.4
alice -> 1.2.3.5

then rename alice to bob, and bob to snuffy

snuffy -> 1.2.3.4
bob -> 1.2.3.4, 1.2.3.5 // wrong!!!

Previously to this patch a restart of the service will resolve things, as zeronsd is stateless and cannot be corrupted persistently.

Builds are available for the usual platforms, including docker and homebrew via our homebrew-tap.

Don't miss a new zeronsd release

NewReleases is sending notifications on new releases.