Nessaj
Results
1
comments of
Nessaj
我今天也碰到这个疑问,过来一看居然十几天前有人问到,就去翻了下源码 [master 分支](https://github.com/v2ray/v2ray-core/blob/master/infra/conf/router.go#L388) ```go type RawFieldRule struct { RouterRule Domain *StringList `json:"domain"` IP *StringList `json:"ip"` Port *PortList `json:"port"` Network *NetworkList `json:"network"` SourceIP *StringList `json:"source"` SourcePort *PortList `json:"sourcePort"` User *StringList `json:"user"`...