mirror of
https://github.com/traefik/traefik
synced 2026-02-03 10:00:33 +00:00
fix: hashstructure
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ type ACME struct {
|
||||
challengeTLSProvider *challengeTLSProvider
|
||||
checkOnDemandDomain func(domain string) bool
|
||||
jobs *channels.InfiniteChannel
|
||||
TLSConfig *tls.Config `description:"TLS config in case wildcard certs are used"`
|
||||
TLSConfig *tls.Config `description:"TLS config in case wildcard certs are used" hash:"-"`
|
||||
dynamicCerts *safe.Safe
|
||||
resolvingDomains map[string]struct{}
|
||||
resolvingDomainsMutex sync.RWMutex
|
||||
|
||||
Reference in New Issue
Block a user