Fixed logging of custom ruleset preparation

This commit is contained in:
Andrey Petelin
2025-08-23 19:36:34 +05:00
parent 0eb4ca4ea9
commit 7484d0c203

View File

@@ -575,8 +575,7 @@ prepare_custom_ruleset() {
sing_box_rules $tag $section sing_box_rules $tag $section
sing_box_dns_rule_fakeip_section $tag $tag sing_box_dns_rule_fakeip_section $tag $tag
# TODO(ampetelin): Who is 'test' rule_set? (need fix) log "Added $tag rule_set to sing-box config"
log "Added 'test' rule_set to sing-box config"
fi fi
} }