From b507abd30eed0010b637b674643730023277a58c Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Thu, 28 Aug 2025 14:39:01 +0000 Subject: wg to ba then swgp forward to ib or ca --- etc/nftables.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/nftables.conf') diff --git a/etc/nftables.conf b/etc/nftables.conf index 41f490e9..4726b499 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -34,6 +34,11 @@ table inet my_table { # https://github.com/hack3ric/mimic/blob/572a2ae5aeaa156afc2d6064a763e842962735bf/docs/getting-started.md#firewall tcp dport swgp accept udp dport swgp accept + # wg swgp mimic to ba then ba swgp config set wgEndpoint forward to ib + tcp dport swgp-ba-forward-ib accept + udp dport swgp-ba-forward-ib accept + tcp dport swgp-ba-forward-ca accept + udp dport swgp-ba-forward-ca accept tcp dport monerod-p2p accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited -- cgit v1.2.3-70-g09d2