Fix dns_proxy_test.go

pull/2227/head
RPRX 1 year ago committed by GitHub
parent 6f9df63c70
commit a9ed1a03aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save