mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
chore: remove old security "xtls"
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user