diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nftables.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index c0d0601d..4120ccd4 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -27,6 +27,7 @@ table inet my_table { udp dport mdns accept tcp dport mullvad-forward accept udp dport mullvad-forward accept + tcp dport rpi-vid accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" |