add timestamps to management requests

This commit is contained in:
2024-04-11 19:06:53 +01:00
parent 11ecfe7cb0
commit 53af0e1087
4 changed files with 59 additions and 18 deletions

View File

@@ -39,6 +39,7 @@ flag is not provided.
- `LISTEN_ADDRESS`---the address the server is listening on (default is `0.0.0.0:80`)
- `INDEX_GET_REDIRECT`---the URL the user should be redirected to if they try to access `/` on the
server (default is `http://alv.cx`)
- `MAX_AGE_MS`---how old a request can be (in milliseconds) before the server will refuse to process it. (default is 500 milliseconds)
### setting up susmng