ipn: add auth key

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
David Crawshaw
2020-04-09 17:16:43 +10:00
parent 3f087466f5
commit 1747d099e9
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -220,6 +220,7 @@ func (b *LocalBackend) Start(opts Options) error {
Logf: logger.WithPrefix(b.logf, "control: "),
Persist: *persist,
ServerURL: b.serverURL,
AuthKey: opts.AuthKey,
Hostinfo: hi,
KeepAlive: true,
NewDecompressor: b.newDecompressor,