@@ -4,6 +4,59 @@ Change Log
44All notable changes to the project are documented in this file.
55
66
7+ [ v2.11.0] [ ] - 2023-05-20
8+ ------------------------
9+
10+ > ** Note:** this releases replaces built-in default checkip server
11+ > http://api.ipify.org with the more reliable http://ifconfig.me/ip
12+
13+ ### Changes
14+ - Add custom provider example for dnsmadeeasy.com
15+ - Add wildcard support for Cloudflare
16+ - New DDNS providers from DD-WRT, courtesy of Sebastian Gottschall:
17+ - goip.de
18+ - myonlineportal.net
19+ - desec.io (a.k.a. dedyn.io)
20+ - domaindiscount24.com
21+ - dy.fi
22+ - do.de (Domain-Offensive)
23+ - Domopoli.de
24+ - inwx
25+ - It's DNS
26+ - Joker.com
27+ - all-inkl.com
28+ - core-networks.de
29+ - dnsever.com
30+ - dnshome.de
31+ - dnsmadeeasy.com
32+ - dnsmax.com
33+ - schokokeks.org
34+ - variomedia.de
35+ - udmedia.de
36+ - moniker.com
37+ - dyndns.it
38+ - infomaniak.com
39+ - oray.com
40+ - simply.com
41+ - mydns.jp
42+ - myonlineportal.net
43+ - namecheap.com
44+ - regfish.de
45+ - twodns.de
46+ - Initial support for updating both ipv4 and ipv6 address for the same
47+ provider, also by Sebastian Gottschall
48+ - Add new command line options ` -L ` and ` -S NAME ` to list supported
49+ providers and their respective details
50+
51+ ### Fixes
52+ - Issue #398 : add ` success ` as a valid generic response to DNS update
53+ - Issue #402 : fix use after free in logger at inadyn exit
54+ - Issue #416 : use dynv6 'auto' IP only if we have not detected an address
55+ - Issue #424 : replace unstable api.ipify.org with http://ifconfig.me
56+ - Fix default checkip server for dnsexit.com
57+ - Fix easydns response code problem
58+
59+
760[ v2.10.0] [ ] - 2022-11-12
861------------------------
962
@@ -915,7 +968,8 @@ First stable version.
915968- port to pSOS
916969
917970
918- [ UNRELEASED ] : https://github.com/troglobit/inadyn/compare/v2.10.0...HEAD
971+ [ UNRELEASED ] : https://github.com/troglobit/inadyn/compare/v2.11.0...HEAD
972+ [ v2.11.0 ] : https://github.com/troglobit/inadyn/compare/v2.10.0...v2.11.0
919973[ v2.10.0 ] : https://github.com/troglobit/inadyn/compare/v2.9.1...v2.10.0
920974[ v2.9.1 ] : https://github.com/troglobit/inadyn/compare/v2.9.0...v2.9.1
921975[ v2.9.0 ] : https://github.com/troglobit/inadyn/compare/v2.8.1...v2.9.0
0 commit comments