mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-21 23:47:34 +00:00
Update tsic.go
This commit is contained in:
parent
12a04f9459
commit
7edc953d35
@ -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…
x
Reference in New Issue
Block a user