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