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

Struct ScanResult

types.go:27–40  ·  view source on GitHub ↗

ScanResult 表示扫描结果

Source from the content-addressed store, hash-verified

25
26// ScanResult 表示扫描结果
27type ScanResult struct {
28 IP string // IP地址
29 Origin string // 原始输入
30 Port int // 端口
31 CertDomain string // 证书域名
32 CertIssuer string // 证书颁发者
33 TLSVersion string // TLS版本
34 ALPN string // ALPN协商结果
35 Curve string // 椭圆曲线算法
36 GeoCode string // 地理位置代码
37 Feasible bool // 是否符合Reality要求
38 ResponseTime int64 // 响应时间(毫秒)
39 Error string // 错误信息
40}
41
42// Geo 地理位置查询结构体
43type Geo struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected