mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 15:36:41 -05:00
fix function signature
This commit is contained in:
parent
d1f318c82a
commit
7b80322b60
@ -86,7 +86,7 @@ func (rr *RoutingRule) BuildCondition() (Condition, error) {
|
||||
}
|
||||
|
||||
if rr.NetworkList != nil {
|
||||
conds.Add(NewNetworkMatcher(rr.NetworkList))
|
||||
conds.Add(NewNetworkMatcher(rr.NetworkList.Network))
|
||||
}
|
||||
|
||||
if len(rr.Geoip) > 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user