webclient.go 296 B

123456789
  1. // Copyright (c) Tailscale Inc & contributors
  2. // SPDX-License-Identifier: BSD-3-Clause
  3. package tsconst
  4. // WebListenPort is the static port used for the web client when run inside
  5. // tailscaled. (5252 are the numbers above the letters "TSTS" on a qwerty
  6. // keyboard.)
  7. const WebListenPort = 5252