Skip to content

Commit

Permalink
dnsforward: fix test on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Jan 20, 2023
1 parent ca83e41 commit 67b7a36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/dnsforward/dns64_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ func TestServer_HandleDNSRequest_dns64(t *testing.T) {
})

s := createTestServer(t, &filtering.Config{}, ServerConfig{
UseDNS64: true,
TCPListenAddrs: []*net.TCPAddr{{}},
UseDNS64: true,
}, localUps)

client := &dns.Client{
Expand Down

0 comments on commit 67b7a36

Please sign in to comment.