mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix
This commit is contained in:
@@ -87,7 +87,7 @@ namespace NekoRay::fmt {
|
||||
{"type", "vmess"},
|
||||
{"server", serverAddress},
|
||||
{"server_port", serverPort},
|
||||
{"uuid", uuid},
|
||||
{"uuid", uuid.trimmed()},
|
||||
{"alter_id", aid},
|
||||
{"security", security},
|
||||
};
|
||||
@@ -107,7 +107,7 @@ namespace NekoRay::fmt {
|
||||
|
||||
QJsonObject settings;
|
||||
if (proxy_type == proxy_VLESS) {
|
||||
outbound["uuid"] = password;
|
||||
outbound["uuid"] = password.trimmed();
|
||||
} else {
|
||||
outbound["password"] = password;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user