mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
fix latency sort
This commit is contained in:
@@ -55,6 +55,7 @@ namespace NekoRay::fmt {
|
||||
|
||||
QJsonObject outbound;
|
||||
outbound["type"] = socks_http_type == type_HTTP ? "http" : "socks";
|
||||
if (socks_http_type == type_Socks4) outbound["version"] = "4";
|
||||
outbound["server"] = serverAddress;
|
||||
outbound["server_port"] = serverPort;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user