Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllConnection ¶ added in v1.1.0
type AllConnection struct { DownloadTotal int `json:"downloadTotal"` UploadTotal int `json:"uploadTotal"` Connections []Connections `json:"connections"` }
type CfwList ¶ added in v1.0.0
type CfwList struct { Files []CfwListFile `yaml:"files"` Index int `yaml:"index"` }
type CfwListFile ¶ added in v1.0.0
type CfwListFile struct { URL string `yaml:"url"` Time string `yaml:"time"` Name string `yaml:"name"` Selected []CfwListSelect `yaml:"selected"` Mode string `yaml:"mode"` }
type CfwListSelect ¶ added in v1.0.0
type CfwProfile ¶ added in v1.0.0
type CfwProfile struct {
RuleProviders map[string]CfwRuleProvider `yaml:"rule-providers"`
}
type CfwRuleProvider ¶ added in v1.0.0
type Connections ¶ added in v1.1.0
type Metadata ¶ added in v1.1.0
type Metadata struct { Network string `json:"network"` Type string `json:"type"` SourceIP string `json:"sourceIP"` DestinationIP string `json:"destinationIP"` SourcePort string `json:"sourcePort"` DestinationPort string `json:"destinationPort"` Host string `json:"host"` DNSMode string `json:"dnsMode"` }
Click to show internal directories.
Click to hide internal directories.