diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-05 21:41:37 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-05 21:41:37 -0800 |
commit | c746a72b52a4d5bcb2da5ca1847579efa183c67b (patch) | |
tree | f7ed321f6e6dd16cebcb7f39113aa2dd4098a815 /etc/nftables.conf | |
parent | 2f42f3adeff3ed91f3e7979bb050b613af9addae (diff) |
open rpi-vid port for testing
Diffstat (limited to 'etc/nftables.conf')
-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" |