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:
Tindy X
2020-04-02 23:18:26 +08:00
parent 58349a086d
commit eeae32f8eb
11 changed files with 27151 additions and 57 deletions

View File

@@ -55,3 +55,7 @@ clash_rule_base=base/forcerule.yml
;Options for filtering nodes
;include_remarks=
;exclude_remarks=
;[template]
;;variables in the local scope
;clash.dns.port=5353

View File

@@ -23,3 +23,5 @@ custom:
# include_remarks: []
# exclude_remarks: []
# template_args:
# - {key: clash.dns.port, value: 5353}