From a8044e2d8905d4823db0a77ff7d11b3709376672 Mon Sep 17 00:00:00 2001 From: bagas Date: Sun, 7 Sep 2025 14:33:06 +0700 Subject: [PATCH] update: set indonesian server port range --- components/tunnel-config.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/tunnel-config.tsx b/components/tunnel-config.tsx index eb6efb5..586f0d5 100644 --- a/components/tunnel-config.tsx +++ b/components/tunnel-config.tsx @@ -105,6 +105,9 @@ const fetchServers = async (): Promise => { tcp: true, }, portRestrictions: { + allowedRanges: [ + { min: 10000, max: 50000 }, + ], blockedPorts: [22, 80, 443, 3306, 5432, 6379, 2200], supportsAutoAssign: true, },