Documentation ¶
Overview ¶
Package runner contains the internal logic
Index ¶
Constants ¶
View Source
const Version = `0.0.3`
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 }
Options of the internal runner
func ParseOptions ¶
func ParseOptions() *Options
Click to show internal directories.
Click to hide internal directories.