mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
security/acme-client: add missing DuckDNS field, fixes #287
(cherry picked from commit2c2303ea8b) (cherry picked from commit1204a3f83b)
This commit is contained in:
parent
d70d832b3d
commit
0cccd362eb
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= acme-client
|
||||
PLUGIN_VERSION= 1.10
|
||||
PLUGIN_VERSION= 1.11
|
||||
PLUGIN_COMMENT= Let's Encrypt client
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
PLUGIN_DEPENDS= acme.sh bind911
|
||||
|
|
|
|||
|
|
@ -412,6 +412,9 @@
|
|||
<dns_dp_key type="TextField">
|
||||
<Required>N</Required>
|
||||
</dns_dp_key>
|
||||
<dns_duckdns_token type="TextField">
|
||||
<Required>N</Required>
|
||||
</dns_duckdns_token>
|
||||
<dns_freedns_user type="TextField">
|
||||
<Required>N</Required>
|
||||
</dns_freedns_user>
|
||||
|
|
|
|||
Loading…
Reference in a new issue