uuWAF icon indicating copy to clipboard operation
uuWAF copied to clipboard

100开头的iP被识别为非大陆IP

Open dtapps opened this issue 1 year ago • 1 comments

Describe the bug

100开头的iP被识别为非大陆IP,攻击类型 -> 区域访问限制(限制非大陆地区访问)

Expected behavior 应该正确的识别局域网或其他正确的区域

Screenshots image

dtapps avatar Dec 05 '24 01:12 dtapps

升级后判断country为空时即是内网ip ,参考最新规则 https://github.com/Safe3/uuWAF/blob/main/src/rules/geo-block.lua

Safe3 avatar Dec 05 '24 06:12 Safe3