From e2b35cbbd1d86ebb49b47d76c8de48387f76d9e8 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Wed, 9 Apr 2025 19:39:52 -0500 Subject: [PATCH] update port --- 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..3fd12df 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:25565" } } }