Skip to content

Commit

Permalink
Remove DNS overwrites
Browse files Browse the repository at this point in the history
  • Loading branch information
TotoTheDragon committed Feb 16, 2024
1 parent 61fe21d commit a0fd4e3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions integration/tsic/tsic.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,6 @@ func New(
ExtraHosts: tsic.withExtraHosts,
}

if tsic.headscaleHostname != "" {
tailscaleOptions.ExtraHosts = []string{
"host.docker.internal:host-gateway",
fmt.Sprintf("%s:host-gateway", tsic.headscaleHostname),
}
}

if tsic.workdir != "" {
tailscaleOptions.WorkingDir = tsic.workdir
}
Expand Down

0 comments on commit a0fd4e3

Please sign in to comment.