allow acces to web proxy

This commit is contained in:
2023-12-09 18:08:35 +01:00
parent 06c876eba5
commit bdca649697

View File

@@ -141,9 +141,13 @@
"smart", "smart",
"podman*", "podman*",
"multimedia" "multimedia"
} udp dport { 53, 67, 68 } counter accept } udp dport { 67, 68 } counter accept
udp dport { 53 } counter accept # Allow networks to access web proxy
iifname {
"lan",
"wg_cloonar",
} tcp dport { 80, 443 } 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