ayushsharma82 / EasyDDNS

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

Support for OVH #23

Closed Hydci closed 3 years ago

Hydci commented 3 years ago

Hello, I would like to request the support for the OVH system the link to update and this https://www.ovh.com/nic/update?system=dyndns&hostname=$HOST&myip=$CURRENT_IP

To update it asks for an id and a password currently I use a script and send a curl command like this RES = curl --user "$LOGIN:$PASSWORD" "https://www.ovh.com/nic/update?system=dyndns&hostname=$HOST&myip=$CURRENT_IP" Thank's

Servuc commented 3 years ago

Wait project creator for merging my request ;)

ayushsharma82 commented 3 years ago

Merged :) Thanks for your efforts & Have fun