From 42de6209511decd831ab9585606f3f58d860698b Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Thu, 28 Nov 2024 12:06:03 +0100 Subject: [PATCH] typo --- scripts/network_tunnel_manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/network_tunnel_manager.sh b/scripts/network_tunnel_manager.sh index 7e922e42ee..70a8fbcd2a 100644 --- a/scripts/network_tunnel_manager.sh +++ b/scripts/network_tunnel_manager.sh @@ -172,10 +172,10 @@ joke_through_tunnel() { echo echo "### connectivity testing recommendations ###" echo "- use the following command to test WebSocket connectivity from an external client:" - echo " wscat -c wss://:9001" + echo " wscat -c wss://:9001" echo echo "- test UDP connectivity on port 51822 (commonly used for nym wireguard):" - echo " From another machine, use tools like nc or socat to send UDP packets:" + echo " from another machine, use tools like nc or socat to send UDP packets:" echo " echo 'test message' | nc -u 51822" echo echo "if connectivity issues persist, ensure port forwarding and firewall rules are correctly configured"