Update ruleconvert.cpp

This commit is contained in:
greatcoolge
2025-11-07 21:05:59 +08:00
committed by GitHub
parent fea50243dd
commit 2e663f0d2a

View File

@@ -560,8 +560,8 @@ void rulesetToSingBox(rapidjson::Document &base_rule, std::vector<RulesetContent
rules.PushBack(direct_object, allocator);
}
auto dns_object = buildObject(allocator, "protocol", "dns", "outbound", "dns-out");
rules.PushBack(dns_object, allocator);
// auto dns_object = buildObject(allocator, "protocol", "dns", "outbound", "dns-out");
// rules.PushBack(dns_object, allocator);
std::vector<std::string_view> temp(4);
for(RulesetContent &x : ruleset_content_array)