Merge pull request #20337 from bdrung/hosting.de

ddns-scripts: add hosting.de provider
This commit is contained in:
Florian Eckert 2023-01-19 10:54:32 +01:00 committed by GitHub
commit 47c152204f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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"
}
}

View file

@ -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