1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-04-28 00:14:10 +00:00

Refine the test of dns conf

This commit is contained in:
秋のかえで 2021-04-10 17:22:44 +08:00
parent 217844cc37
commit 708ce026ca
No known key found for this signature in database
GPG Key ID: C687746B27587C0D

@ -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(),