Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
szolin committed Jun 22, 2020
1 parent 16a52e1 commit 7c17992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsforward/dnsforward_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ func TestRewrite(t *testing.T) {
}

f := dnsfilter.New(&c, nil)
s := NewServer(f, nil, nil)
s := NewServer(DNSCreateParams{DNSFilter: f})
conf := ServerConfig{}
conf.UDPListenAddr = &net.UDPAddr{Port: 0}
conf.TCPListenAddr = &net.TCPAddr{Port: 0}
Expand Down

0 comments on commit 7c17992

Please sign in to comment.