diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-29 09:15:26 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-29 09:15:26 +0000 |
commit | 8c725bf6f68fff7a0b7f0f71a2a5dff73ead7a8f (patch) | |
tree | 5308553e47bcf1d82abb6bdee201c0a2403a0e73 /etc | |
parent | b507abd30eed0010b637b674643730023277a58c (diff) |
nft no accept iperf3 port because not often useba
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nftables.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 4726b499..87596f55 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -28,7 +28,7 @@ table inet my_table { meta l4proto ipv6-icmp accept tcp dport ssh accept - tcp dport iperf3 accept + #tcp dport iperf3 accept udp dport wireguard accept # mimic is both tcp and udp see perma link: # https://github.com/hack3ric/mimic/blob/572a2ae5aeaa156afc2d6064a763e842962735bf/docs/getting-started.md#firewall |