mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-15 09:19:21 +02:00
Refine the test of dns conf
This commit is contained in:
parent
217844cc37
commit
708ce026ca
|
@ -81,7 +81,7 @@ func TestDNSConfigParsing(t *testing.T) {
|
||||||
},
|
},
|
||||||
"clientIp": "10.0.0.1",
|
"clientIp": "10.0.0.1",
|
||||||
"queryStrategy": "UseIPv4",
|
"queryStrategy": "UseIPv4",
|
||||||
"disableCache": true,
|
"cacheStrategy": "disable",
|
||||||
"disableFallback": true
|
"disableFallback": true
|
||||||
}`,
|
}`,
|
||||||
Parser: parserCreator(),
|
Parser: parserCreator(),
|
||||||
|
|
Loading…
Reference in New Issue