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

This commit is contained in:
GoEdgeLab
2020-11-20 22:09:26 +08:00
parent ea76242ef1
commit 6bbc156a11
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" // 安全设置变更
)