Browse Source

ddns-scripts: Add MyDNS.JP

MyDNS.JP, a dynamic DNS service, is added to ddns-scripts.
http://www.mydns.jp/

Signed-off-by: sstream <sstream00@yahoo.co.jp>
epgdatacapbon 10 years ago
parent
commit
bb59066b10

+ 3
- 0
net/ddns-scripts/files/usr/lib/ddns/services View File

@@ -72,3 +72,6 @@
72 72
 
73 73
 # Two-DNS - Simply. Connected. Everywhere.
74 74
 "Two-DNS" "http://[USERNAME]:[PASSWORD]@update.twodns.de/update?hostname=[DOMAIN]&ip=[IP]"
75
+
76
+# MyDNS.JP
77
+"mydns.jp"	"http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV4ADDR=[IP]"

+ 3
- 0
net/ddns-scripts/files/usr/lib/ddns/services_ipv6 View File

@@ -27,3 +27,6 @@
27 27
 # If anyone has time they could update this file to be compatible with a bunch of them                    #
28 28
 #                                                                                                         #
29 29
 ###########################################################################################################
30
+
31
+# MyDNS.JP
32
+"mydns.jp"	"http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV6ADDR=[IP]"