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,