diff --git a/Server-Diagnostics---Troubleshooting.md b/Server-Diagnostics---Troubleshooting.md index 974cee0..8bc4652 100644 --- a/Server-Diagnostics---Troubleshooting.md +++ b/Server-Diagnostics---Troubleshooting.md @@ -62,7 +62,8 @@ Example for Windows OS: ```cmd netstat -na | find ":5232 " -... +TCP 127.0.0.1:5232 127.0.0.1:0 LISTENING +TCP [::1]:5232 [::1]:0 LISTENING ``` # Connection tests (plain-text)