mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-28 04:12:49 +00:00
Add basic support for tls13 flag
This commit is contained in:
@@ -40,9 +40,10 @@ userinfo:
|
||||
node_pref:
|
||||
# udp_flag: false
|
||||
# tcp_fast_open_flag: false
|
||||
# skip_cert_verify_flag: false
|
||||
# tls13_flag: false
|
||||
sort_flag: false
|
||||
sort_script: ""
|
||||
# skip_cert_verify_flag: false
|
||||
filter_deprecated_nodes: false
|
||||
append_sub_userinfo: true
|
||||
clash_use_new_field_name: true
|
||||
|
||||
@@ -91,13 +91,14 @@ time_rule=^.*?流量:(?:.*?) 剩:(.*)$|left=$1d
|
||||
[node_pref]
|
||||
;udp_flag=false
|
||||
;tcp_fast_open_flag=false
|
||||
;skip_cert_verify_flag=false
|
||||
;tls13_flag=false
|
||||
|
||||
sort_flag=false
|
||||
;Script used for sorting nodes. A "compare" function with 2 arguments which are the 2 nodes to be compared should be defined in the script. Supports inline script and script path.
|
||||
;Examples can be seen at the filter_script option in [common] section.
|
||||
;sort_script=function compare(node_a, node_b) {\n const info_a = JSON.parse(node_a.ProxyInfo);\n const info_b = JSON.parse(node_b.ProxyInfo);\n return info_a.Remark > info_b.Remark;\n}
|
||||
|
||||
;skip_cert_verify_flag=false
|
||||
filter_deprecated_nodes=false
|
||||
append_sub_userinfo=true
|
||||
clash_use_new_field_name=true
|
||||
|
||||
Reference in New Issue
Block a user