Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullHypothesis committed Nov 16, 2024
1 parent d29f9a6 commit d4d16b7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/tunnel/vsock.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ func NewVSOCK() *VsockTunneler {
func (v *VsockTunneler) Start(ctx context.Context, wg *sync.WaitGroup) {
defer wg.Done()

// TODO
// Configure our DNS resolver.
// if err = writeResolvconf(); err != nil {
// errCh <- fmt.Errorf("failed to create resolv.conf: %w", err)
// }
log.Println("Configured DNS resolver.")

go func() {
var err error
for {
Expand Down

0 comments on commit d4d16b7

Please sign in to comment.