mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-03 07:45:29 -05:00
rename IPNet to IPNetTable
This commit is contained in:
@@ -17,7 +17,7 @@ func (r *Rule) Apply(ctx context.Context) bool {
|
||||
}
|
||||
|
||||
func cidrToCondition(cidr []*CIDR, source bool) (Condition, error) {
|
||||
ipv4Net := v2net.NewIPNet()
|
||||
ipv4Net := v2net.NewIPNetTable()
|
||||
ipv6Cond := NewAnyCondition()
|
||||
hasIpv6 := false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user