ayushsharma82 / EasyDDNS

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

[FR] Support for Google Domains DDNS #26

Open lightmaster opened 3 years ago

lightmaster commented 3 years ago

Can you add support for Google Domains DDNS? https://support.google.com/domains/answer/6147083?hl=en#zippy=%2Cusing-the-api-to-update-your-dynamic-dns-record

ayushsharma82 commented 3 years ago

Google DDNS requires an HTTPS request to be made. If anybody can add an HTTPS module in EasyDDNS, adding this service will also be possible.