add firewall for resolved
This commit is contained in:
parent
3ea51364e2
commit
40fb010825
1 changed files with 2 additions and 1 deletions
|
|
@ -136,11 +136,12 @@
|
|||
"lan",
|
||||
"server",
|
||||
"vserver",
|
||||
"podman1",
|
||||
"infrastructure",
|
||||
"wg_cloonar",
|
||||
"smart",
|
||||
"multimedia"
|
||||
} udp dport { 67, 68 } counter accept
|
||||
} udp dport { 53, 67, 68 } counter accept
|
||||
|
||||
# Accept mDNS for avahi reflection
|
||||
# iifname "multimedia" ip saddr <chromecast IP> tcp dport { llmnr } counter accept
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue