mirror of https://github.com/tailscale/tailscale/
cmd/tailscale, ipn/ipnlocal: add ts_omit_webclient
Fixes #17063 Updates #12614 Change-Id: I0a189f6a4d1c4558351e3195839867725774fa96 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/17073/head
parent
ffc82ad820
commit
3e4b0c1516
@ -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
|
||||||
Loading…
Reference in New Issue