mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
chore: remove old security "xtls"
This commit is contained in:
parent
c4b85a05a0
commit
6d37781c17
@ -27,7 +27,7 @@ namespace NekoGui_sub {
|
||||
// 1. "security"
|
||||
if (stream->security == "none" || stream->security == "0" || stream->security == "false") {
|
||||
stream->security = "";
|
||||
} else if (stream->security == "xtls" || stream->security == "1" || stream->security == "true") {
|
||||
} else if (stream->security == "1" || stream->security == "true") {
|
||||
stream->security = "tls";
|
||||
}
|
||||
// 2. TLS SNI: v2rayN config builder generate sni like this, so set sni here for their format.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user