From d528caaaa159dda64d288f4dc6a0889e23cecd80 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Thu, 24 Jul 2025 18:10:24 -0500 Subject: [PATCH] manual init --- tailscale/config/serve.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailscale/config/serve.json b/tailscale/config/serve.json index 121ffb8..8a9cb98 100644 --- a/tailscale/config/serve.json +++ b/tailscale/config/serve.json @@ -8,7 +8,7 @@ "${TS_CERT_DOMAIN}:443": { "Handlers": { "/": { - "Proxy": "http://127.0.0.1:3000" + "Proxy": "http://127.0.0.1:6053" } } }