lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2a2ea67586587da0b26d62e56cc8ec7a1a97d92e
parent 0eab032f99c77754e3ab79c3e49cc2b34fe59131
Author: Xavier Douville <zorxd@users.noreply.github.com>
Date:   Mon, 13 Mar 2017 12:15:27 -0400

ddns-scripts: remove answer checking for dnsexit

remove answer checking for dnsexit as their API allows for too many return codes to handle them all.

Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
Diffstat:
Mnet/ddns-scripts/files/services | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ddns-scripts/files/services b/net/ddns-scripts/files/services @@ -64,7 +64,7 @@ "dnsdynamic.org" "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]" "good|nochg" -"dnsexit.com" "http://update.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]" "0=|1=|2=|3=|4=|5=|6=" +"dnsexit.com" "http://update.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]" "dnshome.de" "http://[USERNAME]:[PASSWORD]@www.dnshome.de/dyndns.php?hostname=[DOMAIN]&ip=[IP]"