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

add netstat/windows example

Peter Bieringer 2025-05-09 16:43:12 +02:00
parent d18331101e
commit a5bc41c3f5

@ -58,6 +58,13 @@ tcp 0 0 127.0.0.1:5232 0.0.0.0:* LISTEN
tcp6 0 0 ::1:5232 :::* LISTEN 4117/python3 tcp6 0 0 ::1:5232 :::* LISTEN 4117/python3
``` ```
Example for Windows OS:
```cmd
netstat -na | find ":5232 "
...
```
# Connection tests (plain-text) # Connection tests (plain-text)
Direct connection tests, for tests via reverse proxy see [Reverse-Proxy-Diagnostics-Troubleshooting](Reverse-Proxy-Diagnostics-Troubleshooting) Direct connection tests, for tests via reverse proxy see [Reverse-Proxy-Diagnostics-Troubleshooting](Reverse-Proxy-Diagnostics-Troubleshooting)