Merge pull request #20337 from bdrung/hosting.de
ddns-scripts: add hosting.de provider
This commit is contained in:
commit
47c152204f
3 changed files with 13 additions and 1 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ddns-scripts
|
PKG_NAME:=ddns-scripts
|
||||||
PKG_VERSION:=2.8.2
|
PKG_VERSION:=2.8.2
|
||||||
PKG_RELEASE:=33
|
PKG_RELEASE:=34
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"name": "hosting.de",
|
||||||
|
"ipv4": {
|
||||||
|
"url": "https://[USERNAME]:[PASSWORD]@ddns.hosting.de/nic/update?hostname=[DOMAIN]&myip=[IP]",
|
||||||
|
"answer": "good|nochg"
|
||||||
|
},
|
||||||
|
"ipv6": {
|
||||||
|
"url": "https://[USERNAME]:[PASSWORD]@ddns.hosting.de/nic/update?hostname=[DOMAIN]&myip=[IP]",
|
||||||
|
"answer": "good|nochg"
|
||||||
|
}
|
||||||
|
}
|
|
@ -32,6 +32,7 @@ easydns.com
|
||||||
goip.de
|
goip.de
|
||||||
google.com
|
google.com
|
||||||
he.net
|
he.net
|
||||||
|
hosting.de
|
||||||
infomaniak.com
|
infomaniak.com
|
||||||
inwx.de
|
inwx.de
|
||||||
joker.com
|
joker.com
|
||||||
|
|
Loading…
Reference in a new issue