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:
parent
35f8e5d1c4
commit
dbecd0ba87
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue