mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-10 20:18:28 +00:00
fix: OnDemand ratelimit config isn't handled properly (#124)
This commit is contained in:
parent
d385fc4741
commit
4c700115b6
@ -21,9 +21,9 @@ type ConfigMapOptions struct {
|
|||||||
ProxyProtocol bool `json:"proxyProtocol,omitempty"`
|
ProxyProtocol bool `json:"proxyProtocol,omitempty"`
|
||||||
Metrics bool `json:"metrics,omitempty"`
|
Metrics bool `json:"metrics,omitempty"`
|
||||||
OnDemandTLS bool `json:"onDemandTLS,omitempty"`
|
OnDemandTLS bool `json:"onDemandTLS,omitempty"`
|
||||||
OnDemandRateLimitInterval caddy.Duration `json:"onDemandTLSRateLimitInterval,omitempty"`
|
OnDemandRateLimitInterval caddy.Duration `json:"onDemandRateLimitInterval,omitempty"`
|
||||||
OnDemandRateLimitBurst int `json:"onDemandTLSRateLimitBurst,omitempty"`
|
OnDemandRateLimitBurst int `json:"onDemandRateLimitBurst,omitempty"`
|
||||||
OnDemandAsk string `json:"onDemandTLSAsk,omitempty"`
|
OnDemandAsk string `json:"onDemandAsk,omitempty"`
|
||||||
OCSPCheckInterval caddy.Duration `json:"ocspCheckInterval,omitempty"`
|
OCSPCheckInterval caddy.Duration `json:"ocspCheckInterval,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user