Fix tailscale

This commit is contained in:
Jan-Lukas Else 2022-01-13 21:25:56 +01:00
parent de3ef0fe94
commit 82d4c7f581
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ func (a *goBlog) getTailscaleListener(addr string) (net.Listener, error) {
if tsconfig.AuthKey != "" {
// Set Auth Key
_ = os.Setenv("TS_AUTHKEY", tsconfig.AuthKey)
} else {
// Set interactive login (doesn't require a new key every few months)
_ = os.Setenv("TS_LOGIN", "1")
}
// Enable Tailscale WIP code
_ = os.Setenv("TAILSCALE_USE_WIP_CODE", "true")