Refine the test of dns conf

This commit is contained in:
秋のかえで
2021-04-10 17:22:44 +08:00
parent 217844cc37
commit 708ce026ca

View File

@@ -81,7 +81,7 @@ func TestDNSConfigParsing(t *testing.T) {
},
"clientIp": "10.0.0.1",
"queryStrategy": "UseIPv4",
"disableCache": true,
"cacheStrategy": "disable",
"disableFallback": true
}`,
Parser: parserCreator(),