1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

add test hint

Peter Bieringer 2024-09-24 07:49:04 +02:00
parent f33893329a
commit be5015f489

@ -38,6 +38,23 @@ ignoreip = 127.0.0.1
findtime = 14400 findtime = 14400
``` ```
### Testing
#### Create a request with an invalid user
```
curl -u testerror:testerror http://localhost:5232/testerror
```
#### Check regular expression match
```
fail2ban-regex systemd-journal -m _SYSTEMD_UNIT=radicale.service /etc/fail2ban/filter.d/radicale.conf
...
lines: ... lines, ... ignored, 1 matched, ... missed
...
```
## Radicale behind reverse proxy ## Radicale behind reverse proxy