This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
Releases: ayushsharma82/EasyDDNS
Releases · ayushsharma82/EasyDDNS
[Important] Replace Deprecated API
Important Note: EasyDDNS v1.7.0 and below will stop working as whatismyipaddress.com
has deprecated its IPv4 detection API. You must update your library to v1.8.0 or above to fix this.
Bug Fixes:
- Replaced
whatismyipaddress.com
withifconfig.me
Fixed HTTPClient
Added OVH.com
Added OVH DDNS support with the help of @Servuc
Added freedns.afraid.org
Added a new DDNS Service provider:
freedns.afraid.org
Added freemyip DDNS Service
Added freemyip.com
New `onUpdate` Callback
Added new onUpdate
Callback to know when your IP has been changed on your DDNS service.
This callback can be found in the examples.
Simplified Docs and Examples
Refactored Examples and doc
Improvements and new DDNS Providers added
Added DynDNS.lt and option to use local IP for DDNS updates
Added Selfhost.de
Added ALL-INKL DDNS Service.
EasyDDNS.service("selfhost.de");
EasyDDNS.client("hostname","username","password");
Added ALL-INKL DDNS
Added ALL-INKL DDNS Service.
EasyDDNS.service("all-inkl");
EasyDDNS.client("hostname","username","password");