From cd6180fdf4f3acbf53f91bc9c615a9f919e5cc3d Mon Sep 17 00:00:00 2001 From: bagas Date: Fri, 12 Sep 2025 16:56:28 +0700 Subject: [PATCH] update: set new singapore server port range --- components/tunnel-config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tunnel-config.tsx b/components/tunnel-config.tsx index 586f0d5..8c7be37 100644 --- a/components/tunnel-config.tsx +++ b/components/tunnel-config.tsx @@ -85,7 +85,7 @@ const fetchServers = async (): Promise => { }, portRestrictions: { allowedRanges: [ - { min: 40000, max: 41000 }, + { min: 10000, max: 50000 }, ], blockedPorts: [22, 80, 443, 3306, 5432, 6379, 2200], supportsAutoAssign: true,