ayushsharma82 / EasyDDNS

Easy to Use ESP8266 & ESP32 DDNS Update Client Library.
MIT License
197 stars 59 forks source link

Add support for the freedns.afraid.org #18

Closed kolod closed 4 years ago

kolod commented 4 years ago

Hi! This pull request adds support for the afraid.org DDNS service. URL pattern: http://sync.afraid.org/u/{token}/

Usage example:

String token = "your_token"; 
EasyDDNS.service("afraid.org");
EasyDDNS.client("", token);
ayushsharma82 commented 4 years ago

Thanks for your support in making this library better! Merged.