mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-11-14 21:04:10 +01:00
add a dummy event
This commit is contained in:
@@ -44,6 +44,7 @@ func main() {
|
||||
string(events.EventBlacklistedIPBlocked): "This event is triggered when a blacklisted IP is blocked",
|
||||
string(events.EventBlacklistToggled): "This event is triggered when the blacklist is toggled for an access rule",
|
||||
string(events.EventAccessRuleCreated): "This event is triggered when a new access ruleset is created",
|
||||
string(events.EventCustom): "This event is a custom event that can be emitted by any plugin, we subscribe to it to demonstrate a \"monitor\" plugin that can see all custom events emitted by other plugins",
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user