Fix dns_proxy_test.go

This commit is contained in:
RPRX 2023-06-19 00:51:03 +00:00 committed by GitHub
parent 6f9df63c70
commit a9ed1a03aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ func TestDnsProxyConfig(t *testing.T) {
Address: net.NewIPOrDomain(net.IPAddress([]byte{8, 8, 8, 8})),
Port: 53,
},
Non_IPQuery: "drop",
},
},
})