allow acces to web proxy
This commit is contained in:
parent
06c876eba5
commit
bdca649697
1 changed files with 6 additions and 2 deletions
|
|
@ -141,9 +141,13 @@
|
|||
"smart",
|
||||
"podman*",
|
||||
"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
|
||||
# iifname "multimedia" ip saddr <chromecast IP> tcp dport { llmnr } counter accept
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue