dns/ddclient: new version

This commit is contained in:
Franco Fichtner
2024-02-14 07:07:52 +01:00
parent cab29219d7
commit a555133fd8
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@ Copyright (c) 2016-2024 Frank Wall
Copyright (c) 2021 Github-jjw
Copyright (c) 2023 Greg Glockner <greg@glockners.net>
Copyright (c) 2024 Hasan Ucak <hasan@sunnyvalley.io>
Copyright (c) 2023 Ingo Lafrenz <opnsense@der-ingo.de>
Copyright (c) 2016 IT-assistans Sverige AB
Copyright (c) 2021-2023 Jan Winkler
Copyright (c) 2023 Jeremy Gutierrez
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1.20
PLUGIN_REVISION= 2
PLUGIN_VERSION= 1.21
PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3
PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org
+4
View File
@@ -6,6 +6,10 @@ WWW: https://github.com/ddclient/ddclient
Plugin Changelog
================
1.21
* Add Netcup support (contributed by Ingo Lafrenz)
1.20
* Add system parameter to native dyndns2 requesto (contributed by Jakub Gargul)