From 1ea13ed8a168459568e1ce831db3c1ddf63b8905 Mon Sep 17 00:00:00 2001 From: Baptiste Fouques Date: Tue, 25 Apr 2023 12:01:47 +0200 Subject: ddns: Prevent clearing of desec.io entries When using both ipv4 and ipv6 entries on the same host, ddns is clearing A (or AAAA) record depending on the connection (ipv4 or ipv6). see https://desec.readthedocs.io/en/latest/dyndns/update-api.html#determine-ip-addresses Signed-off-by: Baptiste Fouques Update comment and bump PKG_RELEASE number. Signed-off-by: Florian Eckert --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ddns-scripts/Makefile') diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 19bebeef0..1512fa31b 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:=37 +PKG_RELEASE:=38 PKG_LICENSE:=GPL-2.0 -- cgit v1.2.3