Skip to content

Commit

Permalink
dnsforward: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Jan 20, 2023
1 parent 67b7a36 commit a580e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/dnsforward/dns64_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ func TestServer_HandleDNSRequest_dns64(t *testing.T) {
})

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

0 comments on commit a580e92

Please sign in to comment.