Documentation
¶
Overview ¶
Package runner contains the internal logic
Index ¶
Constants ¶
View Source
const Version = `0.0.4`
Version is the current version
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
OutputDirectory string
Directory string
CertCacheSize int
Verbose bool
Silent bool
Version bool
ListenAddr string
ListenDNSAddr string
DNSMapping string
DNSFallbackResolver string
NoColor bool
RequestDSL string
RequestMatchReplaceDSL string
ResponseDSL string
ResponseMatchReplaceDSL string
UpstreamHTTPProxy string
UpstreamSocks5Proxy string
DumpRequest bool
DumpResponse bool
Deny types.CustomList
Allow types.CustomList
}
Options of the internal runner
func ParseOptions ¶
func ParseOptions() *Options
Click to show internal directories.
Click to hide internal directories.