Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaiduYun ¶ added in v1.0.4
type BaiduYun struct {
CDN *BaiduYunCDN `yaml:"cdn"`
}
type BaiduYunCDN ¶ added in v1.0.4
type BaiduYunCDN struct { Origin []api.OriginPeer `yaml:"origin"` OriginTimeout *OriginTimeout `yaml:"OriginTimeout"` Form string `yaml:"form"` Dsa *api.DSAConfig `yaml:"dsa"` CnameInfo *Cname `yaml:"cname"` IPv6 bool `yaml:"ipv6"` QUIC bool `yaml:"quic"` HTTP2 bool `yaml:"http2"` HTTP3 bool `yaml:"http3"` Seo *api.SeoSwitch `yaml:"seo"` }
type Config ¶
type Config struct { Acme AcmeInfo `yaml:"acme"` Domains []DomainInfo `yaml:"domains"` }
type DomainInfo ¶
type OriginTimeout ¶ added in v1.0.5
Click to show internal directories.
Click to hide internal directories.