Update CheckBelongPrivate.go
添加127.0.0.1
This commit is contained in:
@@ -22,6 +22,7 @@ func GetIPInformation(ip string) IPInformation {
|
||||
parseCIDR("10.0.0.0/8"),
|
||||
parseCIDR("172.16.0.0/12"),
|
||||
parseCIDR("192.168.0.0/16"),
|
||||
parseCIDR("127.0.0.1/16"),
|
||||
}
|
||||
|
||||
ipAddr := net.ParseIP(ip)
|
||||
|
||||
Reference in New Issue
Block a user