mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-29 12:52:37 +00:00
Enhancements
Add basic support for generating sing-box configs. Use cpp-httplib as web server. Optimize codes.
This commit is contained in:
@@ -43,6 +43,9 @@ clash_rule_base=base/forcerule.yml
|
||||
;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 renaming nodes
|
||||
;rename=Test-(.*?)-(.*?)-(.*?)\((.*?)\)@\1\4x测试线路_自\2到\3
|
||||
|
||||
@@ -10,6 +10,9 @@ clash_rule_base = "base/forcerule.yml"
|
||||
#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
|
||||
|
||||
@@ -14,6 +14,9 @@ custom:
|
||||
# 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
|
||||
|
||||
# rename_node:
|
||||
# - {import: snippet/rename.txt}
|
||||
|
||||
Reference in New Issue
Block a user