1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

add note about ngrep

Peter Bieringer 2024-06-12 08:13:02 +02:00
parent 2e28fbcc0f
commit 3c4c79bb7b

@ -174,4 +174,14 @@ Content-Type: text/html
Content-Length: 8091
Connection: keep-alive
Last-Modified: Wed, 13 Mar 2024 05:36:47 GMT
```
# Packet Capture
## using ngrep
One can use `ngrep` to watch traffic between reverse proxy and "radicale" (example) - but only senseful if this connection has no encryption active.
```
ngrep -d lo port 5232
```