fix latency sort

This commit is contained in:
arm64v8a
2023-03-01 21:44:23 +09:00
parent dd18441b8a
commit 1f4263acd1
3 changed files with 19 additions and 9 deletions

View File

@@ -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;