Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MengMengCode/GetRealityDomain
/ Config
Struct
Config
main.go:16–23 ·
view source on GitHub ↗
全局配置
Source
from the content-addressed store, hash-verified
14
15
// 全局配置
16
type
Config
struct
{
17
Port int
18
Thread int
19
Timeout int
20
Output string
21
Verbose bool
22
IPv6 bool
23
}
24
25
var
config = Config{
26
Port: 443,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected