config: acme: make validation_delay crate public
we need the setting in acme::plugin. Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com> (cherry picked from commit 4d8bd036680a4fe2d73bef24f9af85cc7097437a) Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2abee30fdd
commit
40060c1fed
@ -72,7 +72,7 @@ pub struct DnsPluginCore {
|
|||||||
///
|
///
|
||||||
/// Allows to cope with long TTL of DNS records.
|
/// Allows to cope with long TTL of DNS records.
|
||||||
#[serde(skip_serializing_if = "Option::is_none", default)]
|
#[serde(skip_serializing_if = "Option::is_none", default)]
|
||||||
validation_delay: Option<u32>,
|
pub(crate) validation_delay: Option<u32>,
|
||||||
|
|
||||||
/// Flag to disable the config.
|
/// Flag to disable the config.
|
||||||
#[serde(skip_serializing_if = "Option::is_none", default)]
|
#[serde(skip_serializing_if = "Option::is_none", default)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user