diff options
author | Baptiste Fouques <bateast@duck.com> | 2023-04-25 12:01:47 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2023-06-12 16:03:04 +0200 |
commit | 1ea13ed8a168459568e1ce831db3c1ddf63b8905 (patch) | |
tree | 3874bc983b610b75e09eeabf179e82a0bdc8db7b /net/ddns-scripts/Makefile | |
parent | 234b43572520145ede1e59e1892166ac62928be0 (diff) |
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 <bateast@duck.com>
Update comment and bump PKG_RELEASE number.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r-- | net/ddns-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |