Merge pull request #23681 from jummo/add_ddns_servercow

ddns-scripts: Add servercow.de as DDNS provider
This commit is contained in:
Michael Heimpold 2024-03-24 16:56:08 +01:00 committed by GitHub
commit 887805fa95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 1 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-scripts
PKG_VERSION:=2.8.2
PKG_RELEASE:=42
PKG_RELEASE:=43
PKG_LICENSE:=GPL-2.0

View File

@ -0,0 +1,11 @@
{
"name": "servercow.de",
"ipv4": {
"url": "http://www.servercow.de/dnsupdate/update.php?username=[USERNAME]&pass=[PASSWORD]&hostname=[DOMAIN]&ipaddr=[IP]",
"answer": "OKv4"
},
"ipv6": {
"url": "http://www.servercow.de/dnsupdate/update.php?username=[USERNAME]&pass=[PASSWORD]&hostname=[DOMAIN]&ip6addr=[IP]",
"answer": "OKv6"
}
}

View File

@ -54,6 +54,7 @@ ovh.com
regfish.de
schokokeks.org
selfhost.de
servercow.de
simply.com
sitelutions.com
spdyn.de