From b0b47473d811d8c828225fa81bc4e4b58bfcdb78 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 26 Apr 2024 23:52:42 +0300 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ac1329..cb5d6ce 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,10 @@ php src/nex.php host=127.0.0.1 port=1900 path=/target/dir * `fail` - failure **filepath** that contain template (e.g. `error.gmi`) for the error handler, `fail` text by default * `list` - show content listing in the requested directory (when index file not found), `yes` by default * `size` - limit request length in bytes, `1024` by default -* `dump` - dump queries or set blank to disable, default: `[{time}] [{code}] {host}:{port} {path}` +* `dump` - dump queries or set blank to disable, default: `[{time}] [{code}] {host}:{port} {path} {goal}` * `{time}` - event time in `c` format * `{code}` - formal response code: `1` - found, `0` - not found * `{host}` - peer host * `{port}` - peer port * `{path}` - path requested + * `{goal}` - goal destination