mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
add note about ngrep
parent
2e28fbcc0f
commit
3c4c79bb7b
1 changed files with 10 additions and 0 deletions
|
@ -175,3 +175,13 @@ Content-Length: 8091
|
||||||
Connection: keep-alive
|
Connection: keep-alive
|
||||||
Last-Modified: Wed, 13 Mar 2024 05:36:47 GMT
|
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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue