mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
add netstat/windows example
parent
d18331101e
commit
a5bc41c3f5
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
Example for Windows OS:
|
||||
|
||||
```cmd
|
||||
netstat -na | find ":5232 "
|
||||
...
|
||||
```
|
||||
|
||||
# Connection tests (plain-text)
|
||||
|
||||
Direct connection tests, for tests via reverse proxy see [Reverse-Proxy-Diagnostics-Troubleshooting](Reverse-Proxy-Diagnostics-Troubleshooting)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue