From 62e2633b5a9e39abeafb2b8bdfd42f09dfe3ec6d Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 23 Oct 2025 18:53:46 +0200 Subject: uh --- modules/tlmp/proxy.rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/tlmp/proxy.rules') diff --git a/modules/tlmp/proxy.rules b/modules/tlmp/proxy.rules index e776387..06c7632 100644 --- a/modules/tlmp/proxy.rules +++ b/modules/tlmp/proxy.rules @@ -1,7 +1,8 @@ table ip wg { chain prerouting { type nat hook prerouting priority -100; policy accept; - tcp dport { 6881, 50300 } counter dnat to 10.10.10.2 + ip daddr 45.152.210.73 tcp dport { 6881, 50300 } counter dnat to 10.10.10.2 + ip daddr 45.152.210.73 udp dport { 6881, 50300 } counter dnat to 10.10.10.2 } chain outbound { -- cgit v1.2.3