diff options
author | Anthony Brown <anthony@found-it.net> | 2016-05-04 11:28:05 +0100 |
---|---|---|
committer | Anthony Brown <anthony@found-it.net> | 2016-05-04 11:28:05 +0100 |
commit | e71f12632ae0007110141ac93beb2d1bad5bf195 (patch) | |
tree | 1e1fde848c2e2a4bb35d42047ef3f8bd8230e73f /net | |
parent | 0d7fea637f452bc945067d19dc2755414e6d6863 (diff) |
ddns-scripts: update mythic-beasts ipv4 and add mythic-beasts ipv6
Signed-off-by: Anthony Brown <anthony@found-it.net>
Diffstat (limited to 'net')
-rwxr-xr-x | net/ddns-scripts/Makefile | 2 | ||||
-rw-r--r-- | net/ddns-scripts/files/services | 2 | ||||
-rw-r--r-- | net/ddns-scripts/files/services_ipv6 | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 4db0286cd..72850c623 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.6.4 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> diff --git a/net/ddns-scripts/files/services b/net/ddns-scripts/files/services index d62032d6c..8ddfe273a 100644 --- a/net/ddns-scripts/files/services +++ b/net/ddns-scripts/files/services @@ -73,7 +73,7 @@ "ddns.com.br" "http://[DOMAIN]:[PASSWORD]@members.ddns.com.br/nic/update?hostname=[DOMAIN]&myip=[IP]" # Mythic Beasts (https://www.mythic-beasts.com) Dynamic DNS -"mythic-beasts.com" "http://dnsapi4.mythic-beasts.com/?domain=[USERNAME]&password=[PASSWORD]&command=REPLACE%20[DOMAIN]%2060%20A%20DYNAMIC_IP" +"mythic-beasts.com" "http://dnsapi4.mythic-beasts.com/?domain=[USERNAME]&password=[PASSWORD]&command=REPLACE%20[DOMAIN]%2060%20A%20DYNAMIC_IP&origin=." # Securepoint Dynamic-DNS-Service (http://www.spdns.de) "spdns.de" "http://[USERNAME]:[PASSWORD]@update.spdns.de/nic/update?hostname=[DOMAIN]&myip=[IP]" "good|nochg" diff --git a/net/ddns-scripts/files/services_ipv6 b/net/ddns-scripts/files/services_ipv6 index a2b30d8ca..61c0d2022 100644 --- a/net/ddns-scripts/files/services_ipv6 +++ b/net/ddns-scripts/files/services_ipv6 @@ -69,3 +69,5 @@ # IPv6 @ regfish.de "regfish.de" "http://dyndns.regfish.de/?fqdn=[DOMAIN]&forcehost=1&authtype=secure&token=[PASSWORD]&ipv6=[IP]" "success|100|101" +# Mythic Beasts (https://www.mythic-beasts.com) Dynamic DNS +"mythic-beasts.com" "http://dnsapi6.mythic-beasts.com/?domain=[USERNAME]&password=[PASSWORD]&command=REPLACE%20[DOMAIN]%2060%20AAAA%20DYNAMIC_IP&origin=." |