mirror of
https://github.com/wnlen/clash-for-linux.git
synced 2025-06-26 02:02:36 +08:00
提交
This commit is contained in:
30
tools/subconverter/config/example_external_config.toml
Normal file
30
tools/subconverter/config/example_external_config.toml
Normal file
@ -0,0 +1,30 @@
|
||||
version = 1
|
||||
[custom]
|
||||
enable_rule_generator = false
|
||||
overwrite_original_rules = false
|
||||
|
||||
# Options for custom base configuration file
|
||||
clash_rule_base = "base/forcerule.yml"
|
||||
#surge_rule_base = "base/surge.conf"
|
||||
#surfboard_rule_base = "base/surfboard.conf"
|
||||
#mellow_rule_base = "base/mellow.conf"
|
||||
#quan_rule_base = "base/quan.conf"
|
||||
#quanx_rule_base = "base/quanx.conf"
|
||||
|
||||
# Options for adding emojis
|
||||
#add_emoji = true
|
||||
#remove_old_emoji = true
|
||||
|
||||
# Options for filtering nodes
|
||||
#include_remarks = []
|
||||
#exclude_remarks = []
|
||||
|
||||
[[custom_groups]]
|
||||
import = "snippets/groups_forcerule.toml"
|
||||
|
||||
#[[rulesets]]
|
||||
#import = ""
|
||||
|
||||
[[template_args]]
|
||||
key = "clash.dns.port"
|
||||
value = "5353"
|
Reference in New Issue
Block a user