mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-15 01:09:20 +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",
|
||||
"queryStrategy": "UseIPv4",
|
||||
"disableCache": true,
|
||||
"cacheStrategy": "disable",
|
||||
"disableFallback": true
|
||||
}`,
|
||||
Parser: parserCreator(),
|
||||
|
|
Loading…
Reference in New Issue