Update README.md

This commit is contained in:
Francesco
2025-08-03 21:26:29 +02:00
committed by GitHub
parent 64d4b9b0ee
commit 39ce592d34

View File

@@ -14,7 +14,7 @@ miniws (minimalist web sever) is a very simple web server written in golang. its
## how to configure
in your config folder you will find `ipfilter.conf` and `useragentfilter.conf`
both files use the same format: specify `allow|deny` in the first row to tell miniws to treat the file as a whitelist or a blacklist, then specify one ip/user-agent per row.
both files use the same format: specify `allow|deny` in the first row to tell miniws to treat the file as a whitelist or a blacklist, then specify one ip/user-agent per line.
## logging