Documentation
¶
Overview ¶
Package tailscale contains a flower to install and configure Tailscale.
Index ¶
Constants ¶
View Source
const ( BinDir = "/usr/local/bin" SbinDir = "/usr/sbin" DefaultsDir = "/etc/default" // relative to the Go embed FS UnitFile = "embedded/tailscaled.service" DefaultsFile = "embedded/tailscaled.defaults" // DefaultsFileDst = "/etc/default/tailscaled" )
View Source
const Name = "tailscale"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { // https://tailscale.com/kb/1085/auth-keys AuthKey string // https://tailscale.com/kb/1193/tailscale-ssh Ssh bool }
type Flower ¶
func (*Flower) Description ¶
Click to show internal directories.
Click to hide internal directories.