fix firewall rule
This commit is contained in:
parent
97198e7404
commit
5785169d43
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue