Skip to content

Commit

Permalink
intra/tunnel: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Nov 1, 2023
1 parent ab64414 commit d00b2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intra/tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func NewTunnel(fd, mtu int, fakedns string, tunmode *settings.TunMode, bdg Bridg
services := rnet.NewServices(proxies, bdg, bdg)

resolver := dnsx.NewResolver(fakedns, tunmode, bdg, natpt)
resolver.Add(newSystemTransport(bdg)) // may be overridden, may be nil
resolver.Add(newSystemTransport(bdg, proxies)) // may be overridden, may be nil
resolver.Add(newGroundedDefaultTransport()) // may be overridden
resolver.Add(newBlockAllTransport()) // fixed
resolver.Add(newDNSCryptTransport(proxies, bdg)) // fixed
Expand Down

0 comments on commit d00b2ff

Please sign in to comment.