mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-09 01:27:42 +00:00
3f54572539
This commit updates ServeConfig to allow configuration to Services (VIPServices for now) via Serve. The scope of this commit is only adding the Services field to ServeConfig. The field doesn't actually allow packet flowing yet. The purpose of this commit is to unblock other work on k8s end. Updates #22953 Signed-off-by: KevinLiang10 <37811973+KevinLiang10@users.noreply.github.com>
13 lines
544 B
Go
13 lines
544 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:generate go run tailscale.com/cmd/viewer -type=Prefs,ServeConfig,ServiceConfig,TCPPortHandler,HTTPHandler,WebServerConfig
|
|
|
|
// Package ipn implements the interactions between the Tailscale cloud
|
|
// control plane and the local network stack.
|
|
//
|
|
// IPN is the abbreviated name for a Tailscale network. What's less
|
|
// clear is what it's an abbreviation for: Identified Private Network?
|
|
// IP Network? Internet Private Network? I Privately Network?
|
|
package ipn
|