add post-disconnect hook

Fixes #587
This commit is contained in:
Nicola Murino
2021-10-29 19:55:18 +02:00
parent 31984ffec1
commit 570964deb3
8 changed files with 161 additions and 24 deletions

View File

@@ -13,6 +13,7 @@
"proxy_allowed": [],
"startup_hook": "",
"post_connect_hook": "",
"post_disconnect_hook": "",
"data_retention_hook": "",
"max_total_connections": 0,
"max_per_host_connections": 20,