Added MDNS to the list of unidirectional-allowed protocols

This commit is contained in:
Luca Deri 2020-08-16 10:15:16 +02:00
parent f0ade98875
commit b21da60e19

View file

@ -29,7 +29,9 @@ local script = {
-- #################################################################
local function unidirectionalProtoWhitelist(proto_id)
if((proto_id == 17) -- Syslog
if(
(proto_id == 8) -- MDNS
or (proto_id == 17) -- Syslog
or (proto_id == 18) -- DHCP
or (proto_id == 87) -- RTP
or (proto_id == 103) -- DHCPV6