commit 28f8dfc928dbcf7b288987f15b59562fa4a98dc8
parent 21e7de8f066449b91454097d63e7ceb138bf26df
Author: sbyx <steven@midlink.org>
Date: Sat, 11 Oct 2014 09:35:11 +0200
Merge pull request #419 from epgdatacapbon/master
ddns-scripts: Add MyDNS.JP
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/net/ddns-scripts/files/usr/lib/ddns/services b/net/ddns-scripts/files/usr/lib/ddns/services
@@ -72,3 +72,6 @@
# Two-DNS - Simply. Connected. Everywhere.
"Two-DNS" "http://[USERNAME]:[PASSWORD]@update.twodns.de/update?hostname=[DOMAIN]&ip=[IP]"
+
+# MyDNS.JP
+"mydns.jp" "http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV4ADDR=[IP]"
diff --git a/net/ddns-scripts/files/usr/lib/ddns/services_ipv6 b/net/ddns-scripts/files/usr/lib/ddns/services_ipv6
@@ -27,3 +27,6 @@
# If anyone has time they could update this file to be compatible with a bunch of them #
# #
###########################################################################################################
+
+# MyDNS.JP
+"mydns.jp" "http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV6ADDR=[IP]"