Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CAConf ¶
type CAConf struct {
Cert string `toml:"cert"` // upstream CA cert for verifying targets
Intercept InterceptCAConf `toml:"intercept"` // client-front: local MitM CA
}
type Config ¶
type InterceptCAConf ¶
type TLSConf ¶
type TLSConf struct {
JA4 string `toml:"ja4"`
Termination TLSTermination `toml:"termination"`
}
type TLSTermination ¶
Click to show internal directories.
Click to hide internal directories.