From c2b2dd9ae910fae6e832cc713ba197f5ef9cd4bb Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 9 May 2025 20:45:42 +0200 Subject: [PATCH] update netstat/windows --- Server-Diagnostics---Troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)