diff options
author | Tobias Hilbig <web.tobias@hilbig-ffb.de> | 2023-02-08 17:18:37 +0100 |
---|---|---|
committer | Tobias Hilbig <web.tobias@hilbig-ffb.de> | 2023-02-25 11:49:19 +0100 |
commit | 05c42cc0e9115f83728e002a06075020bfe53a86 (patch) | |
tree | 941377d87cdadde613f72e9dbfa94c261e4c0737 /net/ddns-scripts/Makefile | |
parent | 02c2587f9d448fc05994ddb3825ba94a1a83f90a (diff) |
ddns-scripts: Add njal.la provider
Add njal.la provider. Use the key as password. Username is not needed.
Signed-off-by: Tobias Hilbig <web.tobias@hilbig-ffb.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 1c5d98814..1f35ed7d8 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:=35 +PKG_RELEASE:=36 PKG_LICENSE:=GPL-2.0 |