iopsys-feed/mcastmngr/files/linux/etc/firewall.mcast
2025-02-25 13:57:50 +01:00

2 lines
189 B
Text

# Forward multicast packets from wan to lan
iptables -w -t filter -A zone_wan_forward -p udp -d 224.0.0.0/240.0.0.0 -m comment --comment "!fw3: Allow-Multicast-UDP" -j zone_lan_dest_ACCEPT