Fix dnsmadeeasy ddns url

Dnsmadeeasy dyndns service url was wrong, fixed both the address, the parameters, and the ssl connection.
This commit is contained in:
Alvaro [Andor] 2017-06-15 22:05:50 +02:00 committed by GitHub
parent 82814e68f0
commit c55885e9c5
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
"dnshome.de" "http://[USERNAME]:[PASSWORD]@www.dnshome.de/dyndns.php?hostname=[DOMAIN]&ip=[IP]"
"dnsmadeeasy.com" "http://www.dnsmadeeasy.com/servlet/updateip?username=[USERNAME]&password=[PASSWORD}&id=[DOMAIN]&ip=[IP]" "success|ip-same"
"dnsmadeeasy.com" "https://cp.dnsmadeeasy.com/servlet/updateip?username=[USERNAME]&password=[PASSWORD]&id=[DOMAIN]&ip=[IP]" "success|ip-same"
"dnsmax.com" "http://update.dnsmax.com/update/?username=[USERNAME]&password=[PASSWORD]&resellerid=1&clientname=openwrt&clientversion=8.09&protocolversion=2.0&updatehostname=[DOMAIN]&ip=[IP]"