Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct { // ACME configuration AcmeCA string `json:"acmeCA,omitempty"` AcmeEABKeyId string `json:"acmeEABKeyId,omitempty"` AcmeEABMacKey string `json:"acmeEABMacKey,omitempty"` AcmeEmail string `json:"acmeEmail,omitempty"` // OnDemand TLS configuration OnDemandTLS bool `json:"onDemandTLS,omitempty"` OnDemandRateLimitInterval caddy.Duration `json:"onDemandTLSRateLimitInterval,omitempty"` OnDemandRateLimitBurst int `json:"onDemandTLSRateLimitBurst,omitempty"` OnDemandAsk string `json:"onDemandTLSAsk,omitempty"` OnDemandInternalAsk bool `json:"onDemandTLSInternalAsk,omitempty"` // Enable PROXY protocol support ProxyProtocol bool `json:"proxyProtocol,omitempty"` ProxyProtocolAllowedIPs []string `json:"proxyProtocolAllowedIPs,omitempty"` // General TLS Configuration OCSPCheckInterval caddy.Duration `json:"ocspCheckInterval,omitempty"` }
Click to show internal directories.
Click to hide internal directories.