fix firewall rule

This commit is contained in:
2023-12-06 17:41:25 +01:00
parent 97198e7404
commit 5785169d43

View File

@@ -157,7 +157,7 @@
# iifname "multimedia" ip saddr <chromecast IP> udp dport { mdns, llmnr } counter accept
# Accept web to git server
iifname "wan" oifname "server" tcp dst 10.42.97.50 dport { 22, 80, 443 } counter accept
iifname "wan" oifname "server" ip daddr 10.42.97.50 tcp dport { 22, 80, 443 } counter accept
# Allow returning traffic from wg_cloonar and drop everthing else
iifname "wg_cloonar" ct state { established, related } counter accept