镜像自地址
https://github.com/XTLS/Xray-core.git
已同步 2025-07-18 16:04:14 +00:00
Co-authored-by: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
这个提交存在于:
父节点
c4fc277758
当前提交
0f0a424e8c
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -58,7 +58,7 @@ func (m *GeoIPMatcher) Init(cidrs []*CIDR) error {
|
|||
m.ip6 = make([]ipv6, 0, ip6Count)
|
||||
m.prefix6 = make([]uint8, 0, ip6Count)
|
||||
|
||||
for _, cidr := range cidrs {
|
||||
for _, cidr := range cidrList {
|
||||
ip := cidr.Ip
|
||||
prefix := uint8(cidr.Prefix)
|
||||
switch len(ip) {
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用