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, },