1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

Add support to allow tls=0 in vmess:// subscription

This commit is contained in:
Shelikhoo 2024-03-15 20:09:38 +00:00 committed by Xiaokang Wang (Shelikhoo)
parent 61ec84af98
commit d799ceda98

View File

@ -25,7 +25,7 @@
{{end}}
{{ $security_type := tryGet . "root_!link_host_!base64_!json_tls_!unquoted" "root_!json_tls" "<default>"}}
{{ $security_type = $security_type | unalias "none" "" "false"}}
{{ $security_type = $security_type | unalias "none" "" "false" "0"}}
{{if assertValueIsOneOf $security_type "tls" "utls" "none"| not }}
unknown security type {{end}}
@ -63,4 +63,4 @@
"TagName": {{print $name_annotation "_" $server_address | jsonEncode}}
}
}
}