agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 92673c54fb9a77736975900b798b52554628149b
parent 356a526708b153f41fde80157512159cfe820c1a
Author: Johann150 <johann@qwertqwefsday.eu>
Date:   Mon,  3 May 2021 18:16:09 +0200

explicitly mention the --log-ip flag in README

resolves #58
Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -174,6 +174,8 @@ All requests will be logged using this format: ``` The "error:" part will only be logged if an error occurred. This should only be used for informative purposes as the status code should provide the information that an error occurred. If the error consisted in the connection not being established (e.g. because of TLS errors), the status code `00` will be used. +By default, Agate will not log the remote IP addresses because that might be an issue because IPs are considered private data under the EU's GDPR. To enable logging of IP addresses, you can use the `--log-ip` option. + There are some lines apart from these that might occur in logs depending on the selected log level. For example the initial "Listening on..." line or information about listing a particular directory. ## Security considerations