mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 07:43:17 +00:00
caddytls: Fix namespace tls.dns -> dns.providers
Coulda sworn I did this already but I think I messed up my git commands
This commit is contained in:
parent
a507a5bbc7
commit
86a4f2c9f4
2 changed files with 2 additions and 2 deletions
|
@ -287,7 +287,7 @@ type TLSALPNChallengeConfig struct {
|
|||
type DNSChallengeConfig struct {
|
||||
// The DNS provider module to use which will manage
|
||||
// the DNS records relevant to the ACME challenge.
|
||||
ProviderRaw json.RawMessage `json:"provider,omitempty" caddy:"namespace=tls.dns inline_key=name"`
|
||||
ProviderRaw json.RawMessage `json:"provider,omitempty" caddy:"namespace=dns.providers inline_key=name"`
|
||||
|
||||
// The TTL of the TXT record used for the DNS challenge.
|
||||
TTL caddy.Duration `json:"ttl,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue