dns/ddclient: new version

This commit is contained in:
Franco Fichtner 2024-10-16 08:06:30 +02:00
parent 47dd377ae6
commit ee64ec628b
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,5 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1.24
PLUGIN_REVISION= 2
PLUGIN_VERSION= 1.25
PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3
PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org

View file

@ -6,6 +6,10 @@ WWW: https://github.com/ddclient/ddclient
Plugin Changelog
================
1.25
* Add DigitalOcean support to native backend (contributed by Olly Baker)
1.24
* Refactored IP matching (contributed by Rob van Oostenrijk)