From bc37630cdf36987d1c636bbf6e3e04e9a3da2022 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 15 Feb 2022 08:50:53 +0100 Subject: [PATCH] dns/ddclient: update pkg-descr --- dns/ddclient/pkg-descr | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/dns/ddclient/pkg-descr b/dns/ddclient/pkg-descr index 0aed7a9f6..9453dcf2e 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -1 +1,22 @@ -Support for numerous Dynamic DNS services using ddclient +ddclient is a Perl client used to update dynamic DNS entries for +accounts on many dynamic DNS services. + +WWW: https://github.com/ddclient/ddclient + +Plugin Changelog +================ + +1.1 + +* Add spdyn, inwx and dns-o-matic (contributed by Rene Schuster) +* Add Hurricane Electric provider (contributed by Netboy3) +* Add option to force SSL, on by default (contributed by Robin Mueller) +* Add Cloudflare and custom service (contributed by Robin Mueller) +* Add STRATO provider (contributed by Alex Mi) +* Add use interface as IP source +* Fix ip6only.me (contributed by Robin Mueller) +* Fix uppercase use in usernames + +1.0 + +* Initial release