1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-15 17:50:54 +00:00

nixos: remove overly aggressive mDNS firewalling

This commit is contained in:
Matt Layher 2020-02-05 11:39:44 -05:00
parent 35f8e5d1c4
commit dbecd0ba87

View file

@ -152,11 +152,6 @@ in {
# Generally allow all outgoing router connections, except in cases
# where software does not provide fine-grained control over traffic.
oifname {
${mkCSV limited_lans},
${mkCSV untrusted_lans},
} udp sport ${ports.mdns} counter drop comment "Drop mDNS reflection to untrusted LANs"
counter accept
}