Releases: Aldaviva/GandiDynamicDns
Releases · Aldaviva/GandiDynamicDns
0.3.0
- Fixed crash on Raspberry Pi with
FileNotFoundException
forSystem.IO.Pipelines.dll
- Blocked STUN server
stun.finsterwalder.com
by default because it consistently returns an incorrect IP address, in a private subnet no less - #4: Retry when STUN servers return a public IP address that is actually private or loopback
- #5: Allow a configurable level of agreement among multiple STUN servers when the public IP address changes, using the
unanimity
configuration property. By default, this is disabled, sounanimity
is 1. You can increase this number, so that any address change requires that many STUN servers to unanimously agree on your new IP address. This helps prevent the case where one bad STUN server returns incorrect addresses.