Documentation ¶
Index ¶
Constants ¶
View Source
const (
NumWorkers = 10 // number of worker goroutines for verifying
)
View Source
const (
NumberToVetInitially = 20
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Masquerade ¶
type Masquerade struct { // Domain: the domain to use for domain fronting Domain string // IpAddress: pre-resolved ip address to use instead of Domain (if // available) IpAddress string }
Masquerade contains the data for a single masquerade host, including the domain and the root CA.
Click to show internal directories.
Click to hide internal directories.