dns/ddclient: wrap up version

This commit is contained in:
Franco Fichtner 2026-02-03 15:26:38 +01:00
parent f216f3d458
commit 93c1989036
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -6,6 +6,10 @@ accounts on many dynamic DNS services.
Plugin Changelog
================
1.30
* Add native backend support for Hostinger (contributed by Leandro Scardua)
1.29
* Add native backend support for Hetzner DNS (contributed by Michael J. Arcan)