diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-12 21:16:54 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-12 21:16:54 -0800 |
commit | 99b36685424c390bca2487e471c1765b87fb4136 (patch) | |
tree | 5a068b8d8a42c7f18dd9b4b1f74d3cb1dc737ca1 /etc/nftables.conf | |
parent | 20ff238854e9362fce2416f9b972c6a63a03bb75 (diff) |
nft no test rpi-vid port
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 4120ccd4..c0d0601d 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -27,7 +27,6 @@ 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" |