Skip to content

Commit

Permalink
Update proxy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
roelbroersma authored Jun 12, 2024
1 parent 408e20a commit 0aff4b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ if ! ip route show | grep -q "$MULTICAST_ADDRESS via $FROM_IP"; then
ip route add -host $MULTICAST_ADDRESS gw $FROM_IP
fi


# ADDING IPTABLES FOR EXTRA LOOP PROTECTION, THE ip-multicast-loop=0 FROM SOCAT DOESNT WORK, PROBABLY BECAUSE WE USE MULTIPLE SOCAT PROCESSES AND THEY ARE NOT AWARE OF EACH OTHER
echo "Adding IPTables loop protection to refuse incomming multicast packets to $MULTICAST_ADDRESS:$MULTICAST_PORT with SOURCE: $FROM_IP."
# ONLY ADD IF THE RULE DOESNT EXISTS YET
Expand Down

0 comments on commit 0aff4b8

Please sign in to comment.