mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-29 07:09:33 +00:00
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:
committed by
Brad Fitzpatrick
parent
ffc82ad820
commit
3e4b0c1516
9
tsconst/webclient.go
Normal file
9
tsconst/webclient.go
Normal 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
|
||||
Reference in New Issue
Block a user