MCPcopy Create free account
hub / github.com/MengMengCode/GetRealityDomain / DefaultScanConfig

Function DefaultScanConfig

types.go:97–107  ·  view source on GitHub ↗

DefaultScanConfig 返回默认扫描配置

()

Source from the content-addressed store, hash-verified

95
96// DefaultScanConfig 返回默认扫描配置
97func DefaultScanConfig() *ScanConfig {
98 return &ScanConfig{
99 Port: 443,
100 Thread: 20,
101 Timeout: 10,
102 Output: "out.csv",
103 Verbose: false,
104 IPv6: false,
105 GeoDBPath: "Country.mmdb",
106 }
107}
108
109// RealityRequirements Reality协议要求的常量
110const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected