diff options
Diffstat (limited to 'etc/nftables.conf')
| -rw-r--r-- | etc/nftables.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index c26ae020..6bd80b22 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -20,16 +20,18 @@ table inet my_table { ip protocol icmp accept meta l4proto ipv6-icmp accept - #tcp dport ssh accept + iifname wg_* tcp dport ssh accept #tcp dport qbt-nox accept #tcp dport searx accept tcp dport qrcp accept udp dport mdns accept tcp dport qbt accept udp dport qbt accept - tcp dport monerod-p2p accept + iifname wg_* tcp dport monerod-p2p accept #tcp dport iperf3 accept #udp dport wireguard accept + iifname wg_* ip saddr 10.0.0.7 tcp dport distccd-alarm-armv8 accept + iifname wg_* ip6 saddr fdc9:281f:04d7:9ee9::7 tcp dport distccd-alarm-armv8 accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" |
