mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-04-27 14:48:58 +08:00
增加IP动作
This commit is contained in:
@@ -12,11 +12,12 @@ const (
|
||||
|
||||
// IP条目
|
||||
type IPItem struct {
|
||||
Type string
|
||||
Id int64
|
||||
IPFrom uint64
|
||||
IPTo uint64
|
||||
ExpiredAt int64
|
||||
Type string `json:"type"`
|
||||
Id int64 `json:"id"`
|
||||
IPFrom uint64 `json:"ipFrom"`
|
||||
IPTo uint64 `json:"ipTo"`
|
||||
ExpiredAt int64 `json:"expiredAt"`
|
||||
EventLevel string `json:"eventLevel"`
|
||||
}
|
||||
|
||||
// 检查是否包含某个IP
|
||||
|
||||
Reference in New Issue
Block a user