first commit
Some checks failed
CI/CD Pipeline / Test (push) Failing after 22m19s
CI/CD Pipeline / Security Scan (push) Failing after 5m57s
CI/CD Pipeline / Build (amd64, darwin) (push) Has been skipped
CI/CD Pipeline / Build (amd64, linux) (push) Has been skipped
CI/CD Pipeline / Build (amd64, windows) (push) Has been skipped
CI/CD Pipeline / Build (arm64, darwin) (push) Has been skipped
CI/CD Pipeline / Build (arm64, linux) (push) Has been skipped
CI/CD Pipeline / Build Docker Image (push) Has been skipped
CI/CD Pipeline / Create Release (push) Has been skipped
Some checks failed
CI/CD Pipeline / Test (push) Failing after 22m19s
CI/CD Pipeline / Security Scan (push) Failing after 5m57s
CI/CD Pipeline / Build (amd64, darwin) (push) Has been skipped
CI/CD Pipeline / Build (amd64, linux) (push) Has been skipped
CI/CD Pipeline / Build (amd64, windows) (push) Has been skipped
CI/CD Pipeline / Build (arm64, darwin) (push) Has been skipped
CI/CD Pipeline / Build (arm64, linux) (push) Has been skipped
CI/CD Pipeline / Build Docker Image (push) Has been skipped
CI/CD Pipeline / Create Release (push) Has been skipped
This commit is contained in:
33
base/config/example_external_config.toml
Normal file
33
base/config/example_external_config.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
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"
|
||||
#loon_rule_base = "base/loon.conf"
|
||||
#sssub_rule_base = "base/shadowsocks_base.json"
|
||||
#singbox_rule_base = "base/singbox.json"
|
||||
|
||||
# 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