Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Apr 3, 2023
1 parent 126f23d commit 158903e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sub/GroupUpdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ namespace NekoRay::sub {
}
} else if (type == "socks" || type == "http") {
auto bean = ent->SocksHTTPBean();
bean->password = Node2QString(proxy["username"]);
bean->username = Node2QString(proxy["username"]);
bean->password = Node2QString(proxy["password"]);
if (Node2Bool(proxy["tls"])) bean->stream->security = "tls";
if (Node2Bool(proxy["skip-cert-verify"])) bean->stream->allow_insecure = true;
Expand Down

0 comments on commit 158903e

Please sign in to comment.