mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/ddclient: dnsexit legacy was removed in ddclient 3.11.x
This commit is contained in:
parent
e8a3897fc2
commit
5a4000d7a7
3 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= ddclient
|
||||
PLUGIN_VERSION= 1.16
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_VERSION= 1.17
|
||||
PLUGIN_DEPENDS= ddclient-devel py${PLUGIN_PYTHON}-boto3
|
||||
PLUGIN_COMMENT= Dynamic DNS client
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ WWW: https://github.com/ddclient/ddclient
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.17
|
||||
|
||||
* Update to ddclient 3.11.1 (dnsexit legacy support removed)
|
||||
|
||||
1.16
|
||||
|
||||
* Add custom GET/PUT protocols to native backend (contributed by DaCookie4u)
|
||||
|
|
|
|||
|
|
@ -51,8 +51,7 @@
|
|||
<dinahosting>dinahosting</dinahosting>
|
||||
<dnsmadeeasy>DNS Made Easy (digicert)</dnsmadeeasy>
|
||||
<dns-o-matic>DNS-O-Matic</dns-o-matic>
|
||||
<dnsexit2>DNSExit API</dnsexit2>
|
||||
<dnsexit>DNSExit Legacy</dnsexit>
|
||||
<dnsexit2>DNSExit</dnsexit2>
|
||||
<dyndns2>DynDNS.com</dyndns2>
|
||||
<dnspark>DnsPark</dnspark>
|
||||
<dslreports1>DSLReports</dslreports1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue