检查IP是否允许访问时增加缓存

This commit is contained in:
刘祥超
2020-11-20 22:09:26 +08:00
parent 3ec89a432c
commit 9ef9ea52f7
3 changed files with 44 additions and 1 deletions

View File

@@ -5,4 +5,6 @@ type Event = string
const (
EventStart Event = "start" // start loading
EventQuit Event = "quit" // quit node gracefully
EventSecurityConfigChanged Event = "securityConfigChanged" // 安全设置变更
)