all: standardize on LocalAPI

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2022-11-16 23:04:07 +05:00
committed by Maisem Ali
parent 22238d897b
commit 1f4669a380
7 changed files with 30 additions and 30 deletions

View File

@@ -141,7 +141,7 @@ type Server struct {
tcpRtt metrics.LabelMap // histogram
// verifyClients only accepts client connections to the DERP server if the clientKey is a
// known peer in the network, as specified by a running tailscaled's client's local api.
// known peer in the network, as specified by a running tailscaled's client's LocalAPI.
verifyClients bool
mu sync.Mutex