What are some suggested firewall rule(s) should I use for when setting up Avahi for a multi-homed host, across lan, guest and iot networks?
Google tells me this, but I wanted to confirm.
config rule
list proto 'udp'
option src '*'
option src_port '5353'
list dest_ip '224.0.0.251'
option dest_port '5353'
option target 'ACCEPT'
option name 'Custom-mDNS'