diff options
| author | Max Audron <audron@cocaine.farm> | 2025-10-23 18:53:46 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-10-23 18:53:46 +0200 |
| commit | 62e2633b5a9e39abeafb2b8bdfd42f09dfe3ec6d (patch) | |
| tree | fd3cdbeaba5eca976e8d8bc7ede10fd9741e3c36 /modules/tlmp | |
| parent | deploy soulseek and fix tlmp VPN (diff) | |
uh
Diffstat (limited to 'modules/tlmp')
| -rw-r--r-- | modules/tlmp/proxy.rules | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
