cmd/tailscale, ipn/ipnlocal: add ts_omit_webclient

Fixes #17063
Updates #12614

Change-Id: I0a189f6a4d1c4558351e3195839867725774fa96
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2025-09-08 12:09:29 -07:00
committed by Brad Fitzpatrick
parent ffc82ad820
commit 3e4b0c1516
8 changed files with 63 additions and 23 deletions

9
tsconst/webclient.go Normal file
View File

@@ -0,0 +1,9 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
package tsconst
// WebListenPort is the static port used for the web client when run inside
// tailscaled. (5252 are the numbers above the letters "TSTS" on a qwerty
// keyboard.)
const WebListenPort = 5252