mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
Merge pull request #20337 from bdrung/hosting.de
ddns-scripts: add hosting.de provider
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user