Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ExcludeMap map[string]struct{} DefaultResolvers = []string{ "1.1.1.1:53", "1.0.0.1:53", "8.8.8.8:53", "8.8.4.4:53", "9.9.9.9:53", "9.9.9.10:53", "77.88.8.8:53", "77.88.8.1:53", "208.67.222.222:53", "208.67.220.220:53", } )
Functions ¶
func ExtractHostname ¶
func GetUniqueDomains ¶
func ValidateFQDN ¶
Types ¶
type ChaosList ¶
type ChaosList struct {
Programs []ChaosProgram `json:"programs"`
}
Click to show internal directories.
Click to hide internal directories.