Skip to content

Commit a0fd4e3

Browse files
committed
Remove DNS overwrites
1 parent 61fe21d commit a0fd4e3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

integration/tsic/tsic.go

-7
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,6 @@ func New(
202202
ExtraHosts: tsic.withExtraHosts,
203203
}
204204

205-
if tsic.headscaleHostname != "" {
206-
tailscaleOptions.ExtraHosts = []string{
207-
"host.docker.internal:host-gateway",
208-
fmt.Sprintf("%s:host-gateway", tsic.headscaleHostname),
209-
}
210-
}
211-
212205
if tsic.workdir != "" {
213206
tailscaleOptions.WorkingDir = tsic.workdir
214207
}

0 commit comments

Comments
 (0)