mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-29 04:42:33 +00:00
Breaking changes
Fix broken /sub2clashr and /surge2clash interface. Add template support for base configurations. Add support for exporting HTTP/Socks 5 nodes to Quantumult configurations. Add support for VMess HTTP nodes in Clash configurations. Optimize codes.
This commit is contained in:
@@ -19,28 +19,28 @@ exclude_remarks=(到期|剩余流量|时间|官网|产品)
|
||||
;include_remarks=V3.*港
|
||||
|
||||
;Clash config base used by the generator, supports local files/URL
|
||||
clash_rule_base=base/simple_base.yml
|
||||
clash_rule_base=base/all_base.tpl
|
||||
|
||||
;Surge config base used by the generator, supports local files/URL
|
||||
surge_rule_base=base/surge.conf
|
||||
surge_rule_base=base/all_base.tpl
|
||||
|
||||
;Surfboard config base used by the generator, supports local files/URL
|
||||
surfboard_rule_base=base/surfboard.conf
|
||||
surfboard_rule_base=base/all_base.tpl
|
||||
|
||||
;Mellow config base used by the generator, supports local files/URL
|
||||
mellow_rule_base=base/mellow.conf
|
||||
mellow_rule_base=base/all_base.tpl
|
||||
|
||||
;Quantumult config base used by the generator, supports local files/URL
|
||||
quan_rule_base=base/quan.conf
|
||||
quan_rule_base=base/all_base.tpl
|
||||
|
||||
;Quantumult X config base used by the generator, supports local files/URL
|
||||
quanx_rule_base=base/quanx.conf
|
||||
quanx_rule_base=base/all_base.tpl
|
||||
|
||||
;Loon config base used by the generator, supports local files/URL
|
||||
loon_rule_base=base/loon.conf
|
||||
loon_rule_base=base/all_base.tpl
|
||||
|
||||
;Shadowsocks Android config base used by the generator, supports local files/URL
|
||||
sssub_rule_base=base/shadowsocks_base.json
|
||||
sssub_rule_base=base/all_base.tpl
|
||||
|
||||
;Proxy used to download configs, rulesets or subscriptions, set to NONE or empty to disable it, set to SYSTEM to use system proxy.
|
||||
;Accept cURL-supported proxies (http:// https:// socks4a:// socks5://)
|
||||
@@ -164,6 +164,13 @@ surge_ruleset=!!import:snippets/rulesets.txt
|
||||
;for Surge rulesets
|
||||
custom_proxy_group=!!import:snippets/groups.txt
|
||||
|
||||
[template]
|
||||
template_path=template
|
||||
clash.http_port=7890
|
||||
clash.socks_port=7891
|
||||
clash.allow_lan=true
|
||||
clash.log_level=info
|
||||
|
||||
[server]
|
||||
;Address to bind on for Web Server
|
||||
listen=0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user