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_VERSION:=2.8.2
|
||||
PKG_RELEASE:=33
|
||||
PKG_RELEASE:=34
|
||||
|
||||
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
|
||||
google.com
|
||||
he.net
|
||||
hosting.de
|
||||
infomaniak.com
|
||||
inwx.de
|
||||
joker.com
|
||||
|
|
Loading…
Reference in a new issue