mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
add test hint
parent
f33893329a
commit
be5015f489
1 changed files with 17 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue