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" "wg_cloonar"
} counter accept } counter accept
# Allow networks to access the dns # Allow networks to access the dns and dhcp
iifname { iifname {
"lan", "lan",
"server", "server",
"wg_cloonar", "wg_cloonar",
"smart", "smart",
"multimedia" "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 # Accept mDNS for avahi reflection
# iifname "multimedia" ip saddr <chromecast IP> tcp dport { llmnr } counter accept # iifname "multimedia" ip saddr <chromecast IP> tcp dport { llmnr } counter accept