From a37d3b288d059b3b97440cd20f427145d66aef0e Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Thu, 20 Aug 2026 05:09:11 +0000 Subject: enable mimic because no udp maybe because VPS provider temp anti-DDOS setup --- etc/netns/ns0/nftables.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/netns/ns0/nftables.conf') diff --git a/etc/netns/ns0/nftables.conf b/etc/netns/ns0/nftables.conf index d0643505..f71e46b4 100644 --- a/etc/netns/ns0/nftables.conf +++ b/etc/netns/ns0/nftables.conf @@ -32,6 +32,9 @@ table inet my_table { tcp dport qbt accept udp dport qbt accept #tcp dport iperf3 accept + # mimic is both tcp and udp see perma link: + # https://github.com/hack3ric/mimic/blob/572a2ae5aeaa156afc2d6064a763e842962735bf/docs/getting-started.md#firewall + tcp dport wireguard accept udp dport wireguard accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited -- cgit v1.3.1