mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Update tsic.go
This commit is contained in:
parent
12a04f9459
commit
7edc953d35
1 changed files with 2 additions and 2 deletions
|
@ -344,7 +344,7 @@ func (t *TailscaleInContainer) Login(
|
|||
"--login-server=" + loginServer,
|
||||
"--authkey=" + authKey,
|
||||
"--hostname=" + t.hostname,
|
||||
"--accept-routes",
|
||||
"--accept-routes=false",
|
||||
}
|
||||
|
||||
if t.withSSH {
|
||||
|
@ -383,7 +383,7 @@ func (t *TailscaleInContainer) LoginWithURL(
|
|||
"up",
|
||||
"--login-server=" + loginServer,
|
||||
"--hostname=" + t.hostname,
|
||||
"--accept-routes",
|
||||
"--accept-routes=false",
|
||||
}
|
||||
|
||||
_, stderr, err := t.Execute(command)
|
||||
|
|
Loading…
Reference in a new issue