mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-22 20:59:19 +02:00
Fix dns_proxy_test.go
This commit is contained in:
parent
6f9df63c70
commit
a9ed1a03aa
|
@ -27,6 +27,7 @@ func TestDnsProxyConfig(t *testing.T) {
|
||||||
Address: net.NewIPOrDomain(net.IPAddress([]byte{8, 8, 8, 8})),
|
Address: net.NewIPOrDomain(net.IPAddress([]byte{8, 8, 8, 8})),
|
||||||
Port: 53,
|
Port: 53,
|
||||||
},
|
},
|
||||||
|
Non_IPQuery: "drop",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue