Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunChecker ¶
func RunChecker(config CheckerConfig)
Types ¶
type CheckerConfig ¶
type SourceConfig ¶
type SourceConfig struct {
Sources []string `json:"sources"`
}
type TestResult ¶
type VMessConfig ¶
type VMessConfig struct {
V string `json:"v"`
Ps string `json:"ps"`
Add string `json:"add"`
Port string `json:"port"`
ID string `json:"id"`
Aid string `json:"aid"`
Net string `json:"net"`
Type string `json:"type"`
Host string `json:"host"`
Path string `json:"path"`
TLS string `json:"tls"`
Sni string `json:"sni"`
Alpn string `json:"alpn"`
Fingerprint string `json:"fp"`
Security string `json:"security"`
}
Click to show internal directories.
Click to hide internal directories.