comment out mdns fw rule
This commit is contained in:
parent
fb41a82c31
commit
e0d314fe3a
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
||||||
} counter accept
|
} 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
|
||||||
iifname "multimedia" ip saddr <chromecast IP> udp dport { mdns, llmnr } counter accept
|
# iifname "multimedia" ip saddr <chromecast IP> udp dport { mdns, llmnr } counter accept
|
||||||
|
|
||||||
# Allow returning traffic from wg_cloonar and drop everthing else
|
# Allow returning traffic from wg_cloonar and drop everthing else
|
||||||
iifname "wg_cloonar" ct state { established, related } counter accept
|
iifname "wg_cloonar" ct state { established, related } counter accept
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue