From ca9679e8e54490316235fef682ffeecf5776d0a5 Mon Sep 17 00:00:00 2001 From: Roel Broersma Date: Tue, 2 Jul 2024 14:33:39 +0200 Subject: [PATCH] Update proxy.sh --- proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.sh b/proxy.sh index 0d9d3d4..a1b7b8d 100644 --- a/proxy.sh +++ b/proxy.sh @@ -213,7 +213,7 @@ start_sender() { start_receiver() { echo "Starting the receiver..." while true; do - socat $SOCAT_DEBUG_LEVEL -u -T $SOCAT_TIMEOUT UDP4-RECVFROM:$VIA_PORT,bind=$FROM_IP,reuseaddr,reuseport,fork,ip-multicast-loop=0 UDP4-SENDTO:$MULTICAST_ADDRESS:$MULTICAST_PORT,ttl=$TTL + socat $SOCAT_DEBUG_LEVEL -u -T $SOCAT_TIMEOUT UDP4-RECVFROM:$VIA_PORT,bind=$FROM_IP,reuseaddr,reuseport,fork,ip-multicast-loop=0 UDP4-SENDTO:$MULTICAST_ADDRESS:$MULTICAST_PORT,ttl=$TTL,ip-multicast-ttl=$TTL echo "" echo "Receiver process stopped, restarting..." echo ""