Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶ added in v0.0.23
type CertificateCustom ¶ added in v0.0.23
type CertificateUpload ¶ added in v0.0.23
type ProxyHost ¶
type ProxyHost struct { DomainNames []string `json:"domain_names"` ForwardScheme string `json:"forward_scheme"` ForwardHost string `json:"forward_host"` ForwardPort uint16 `json:"forward_port"` CertificateID string `json:"certificate_id"` SSLForced bool `json:"ssl_forced"` HSTSEnabled bool `json:"hsts_enabled"` HSTSSubdomains bool `json:"hsts_subdomains"` HTTP2Support bool `json:"http2_support"` BlockExploits bool `json:"block_exploits"` CachingEnabled bool `json:"caching_enabled"` AllowWebsocketUpgrade bool `json:"allow_websocket_upgrade"` AccessListID int64 `json:"access_list_id"` AdvancedConfig string `json:"advanced_config"` Meta map[string]string `json:"meta"` Locations ProxyHostLocationCollection `json:"locations"` }
type ProxyHostLocation ¶
type ProxyHostLocationCollection ¶
type ProxyHostLocationCollection []ProxyHostLocation
Click to show internal directories.
Click to hide internal directories.