change fw
This commit is contained in:
parent
be99f1c89a
commit
45598f92e5
1 changed files with 9 additions and 2 deletions
|
|
@ -29,14 +29,21 @@
|
|||
"wg_cloonar"
|
||||
} counter accept
|
||||
|
||||
# Allow networks to access the dns
|
||||
# Allow networks to access the dns and dhcp
|
||||
iifname {
|
||||
"lan",
|
||||
"server",
|
||||
"wg_cloonar",
|
||||
"smart",
|
||||
"multimedia"
|
||||
} udp dport { 53, 67, 68 } tcp dport { 80, 443, 853 } counter accept
|
||||
} udp dport { 53, 67, 68 } counter accept
|
||||
iifname {
|
||||
"lan",
|
||||
"server",
|
||||
"wg_cloonar",
|
||||
"smart",
|
||||
"multimedia"
|
||||
} tcp dport { 80, 443, 853 } 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