aboutsummaryrefslogtreecommitdiff
path: root/net/ddns-scripts/Makefile
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@bdrung.de>2023-01-18 00:14:02 +0100
committerBenjamin Drung <bdrung@bdrung.de>2023-01-18 00:14:02 +0100
commit8ff6537f4232706d35d16625a89ee0f49be93877 (patch)
treefee869d66cfb958684db04b578d107c2ff142d81 /net/ddns-scripts/Makefile
parent8a5ff835dde95e4346cfec7646cc9f2a723565b5 (diff)
ddns-scripts: add hosting.de provider
Add hosting.de provider. To use dynamic DNS you have to create a DDNS host with a separate DDNS user. Note: As of 2023-01-17 hosting.de does not work with wget which will fail with `400: Bad Request` (it will work with `--auth-no-challenge`). You should use curl instead. I have reported that to the provider. Signed-off-by: Benjamin Drung <bdrung@bdrung.de>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r--net/ddns-scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile
index 2ac7fb58c..5729305dc 100644
--- a/net/ddns-scripts/Makefile
+++ b/net/ddns-scripts/Makefile
@@ -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