commit 4f0361c6b5103ac59d1e6a8c1d710bfc020e1210 parent e884d2efba6eb70c6fd325b7e9b4374ddfc7ba73 Author: champtar <champetier.etienne@gmail.com> Date: Tue, 2 Aug 2016 15:31:55 +0200 Merge pull request #2995 from corenetworks/master ddns-scripts: add service core-networks.de Diffstat:
| M | net/ddns-scripts/Makefile | | | 2 | +- |
| M | net/ddns-scripts/files/services | | | 4 | +++- |
| M | net/ddns-scripts/files/services_ipv6 | | | 4 | +++- |
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.7.3 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=1 +PKG_RELEASE:=2 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 @@ -151,5 +151,7 @@ "dyns.net" "http://www.dyns.net/postscript011.php?username=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&ip=[IP]" "200" # dnshome.de -"dnshome.de" ""https://[USERNAME]:[PASSWORD]@www.dnshome.de/dyndns.php?hostname=[DOMAIN]&ip=[IP]" +"dnshome.de" "https://[USERNAME]:[PASSWORD]@www.dnshome.de/dyndns.php?hostname=[DOMAIN]&ip=[IP]" +# core-networks.de +"core-networks.de" "https://[USERNAME]:[PASSWORD]@dyndns.core-networks.de/?hostname=[DOMAIN]&myip=[IP]&keepipv6=1" "good" diff --git a/net/ddns-scripts/files/services_ipv6 b/net/ddns-scripts/files/services_ipv6 @@ -82,5 +82,7 @@ "myonlineportal.net" "http://[USERNAME]:[PASSWORD]@myonlineportal.net/updateddns?hostname=[DOMAIN]&ip6=[IP]" "good|nochg" # dnshome.de -"dnshome.de" ""https://[USERNAME]:[PASSWORD]@www.dnshome.de/dyndns.php?hostname=[DOMAIN]&ip6=[IP]" +"dnshome.de" "https://[USERNAME]:[PASSWORD]@www.dnshome.de/dyndns.php?hostname=[DOMAIN]&ip6=[IP]" +# core-networks.de +"core-networks.de" "https://[USERNAME]:[PASSWORD]@dyndns.core-networks.de/?hostname=[DOMAIN]&myip=[IP]&keepipv4=1" "good"