mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-01-06 07:45:47 +08:00
实现IP黑白名单、国家|地区封禁、省份封禁
This commit is contained in:
10
internal/iplibrary/result.go
Normal file
10
internal/iplibrary/result.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package iplibrary
|
||||
|
||||
type Result struct {
|
||||
CityId int64
|
||||
Country string
|
||||
Region string
|
||||
Province string
|
||||
City string
|
||||
ISP string
|
||||
}
|
||||
Reference in New Issue
Block a user