mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-12-10 21:22:22 +00:00
Update ruleconvert.cpp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user