From 54b0c1f9cfdf17b1a6ab32ff18df10e34c5ae139 Mon Sep 17 00:00:00 2001 From: bagas Date: Sat, 6 Sep 2025 21:19:27 +0700 Subject: [PATCH] feat: enable tcp forwarding for singapore server --- app/tunnel-not-found/page.tsx | 4 ---- components/tunnel-config.tsx | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/tunnel-not-found/page.tsx b/app/tunnel-not-found/page.tsx index 4469673..0e0e396 100644 --- a/app/tunnel-not-found/page.tsx +++ b/app/tunnel-not-found/page.tsx @@ -10,7 +10,6 @@ export default function TunnelNotFound() {
- {/* Mascot */}
- {/* Error Message */}

Tunnel Not Found

We couldn't find an active tunnel for:

@@ -31,7 +29,6 @@ export default function TunnelNotFound() {

This means no SSH tunnel is currently running for this domain.

- {/* Instructions */}

To create a tunnel:

@@ -74,7 +71,6 @@ export default function TunnelNotFound() {
- {/* Call to Action */}
=> { pingStatus: "idle", capabilities: { http: true, - tcp: false, + tcp: true, }, }, {