From 7edc953d35f8c783b77a9409ab4208f50d5187f8 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sun, 3 Sep 2023 13:54:41 +0200 Subject: [PATCH] Update tsic.go --- integration/tsic/tsic.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/tsic/tsic.go b/integration/tsic/tsic.go index 8cd40691..04ad2f3a 100644 --- a/integration/tsic/tsic.go +++ b/integration/tsic/tsic.go @@ -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)