Archived
实现IP黑白名单、国家|地区封禁、省份封禁
This commit is contained in:
@@ -3,5 +3,6 @@ package events
|
||||
type Event = string
|
||||
|
||||
const (
|
||||
EventQuit Event = "quit" // quit node gracefully
|
||||
EventStart Event = "start" // start loading
|
||||
EventQuit Event = "quit" // quit node gracefully
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user