Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Proxy struct { Port string `yaml:"port"` TrustedRootCaCerts []string `yaml:"trustedRootCaCerts"` ForgingRootCa struct { Cert string `yaml:"cert"` Key string `yaml:"key"` } `yaml:"forgingRootCa"` } `yaml:"proxy"` Paths struct { Doh string `yaml:"doh"` Http string `yaml:"http"` Session string `yaml:"session"` } `yaml:"paths"` Tamper struct { TypeA map[string][4]byte `yaml:"typeA"` } `yaml:"tamper"` }
Click to show internal directories.
Click to hide internal directories.