Harden websocket server against abuse
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
APP_PORT=8787
|
||||
|
||||
ALLOWED_ORIGINS=
|
||||
MAX_CLIENTS=200
|
||||
MAX_CLIENTS_PER_IP=12
|
||||
MAX_MESSAGES_PER_WINDOW=40
|
||||
TRUST_PROXY=false
|
||||
|
||||
Reference in New Issue
Block a user