package
1.79.0-mod
Repository: https://github.com/sagernet/tailscale.git
Documentation: pkg.go.dev

# Functions

NewServer constructs a new Tailscale web client server.

# Constants

ListenPort is the static port used for the web client when run inside tailscaled.
LoginServerMode serves a readonly login client for logging a node into a tailnet, and viewing a readonly interface of the node's current Tailscale settings.
ManageServerMode serves a management client for editing tailscale settings of a node.
ReadOnlyServerMode is identical to LoginServerMode, but does not present a login button to switch to manage mode, even if the management client is running and reachable.

# Structs

Server is the backend server for a Tailscale web client.
ServerOpts contains options for constructing a new Server.

# Type aliases

ServerMode specifies the mode of a running web.Server.