change fw

This commit is contained in:
2023-11-28 19:17:34 +01:00
parent be99f1c89a
commit 45598f92e5

View File

@@ -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