fix bug:IPv4被错误识别为LAN地址

This commit is contained in:
tsosunchia
2023-10-05 00:40:40 +08:00
parent f1ceaf7f86
commit d444ff3c62

View File

@@ -94,10 +94,6 @@ func Filter(ip string) (*IPGeoData, bool) {
asn = ""
whois = "RFC4291"
isFiltered = true
case cidrRangeContains("::ffff:0:0/96", ip):
asn = ""
whois = "RFC4291"
isFiltered = true
case cidrRangeContains("64:ff9b::/96", ip):
asn = ""
whois = "RFC6052"