diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 23:51:01 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 23:51:01 +0800 |
commit | 7c67155e639f02d0d04df985eedc09262915b23c (patch) | |
tree | 58d9ac9c3d67f3dec4326015b700ae4319d8d9bc /etc/nftables.conf | |
parent | a0565e2f8e2a8fcb547c81a982eb4f39532c17fd (diff) |
use distcc via wg to insp, use mimic
phosh-osk-stub no need, now named as stevia is a dependency of phosh,
stevia is default osk now
need linux headers for mimic to build and work
tcpdump useful so I add
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index b3b58a2c..e70f2073 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -23,7 +23,8 @@ table inet my_table { tcp dport ssh accept tcp dport qrcp accept udp dport mdns accept - #tcp dport iperf3 accept + tcp dport iperf3 accept + udp dport wireguard accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" |