Skip to content

Commit

Permalink
Supports Clash Meta's ports field
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-blog committed Oct 27, 2023
1 parent 20805c4 commit 1bebdc5
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 @@ -448,7 +448,7 @@ namespace NekoGui_sub {
} else if (type == "hysteria2") {
auto bean = ent->QUICBean();

// bean->hopPort = Node2QString(proxy["ports"]);
bean->hopPort = Node2QString(proxy["ports"]);

bean->allowInsecure = Node2Bool(proxy["skip-cert-verify"]);
bean->caText = Node2QString(proxy["ca-str"]);
Expand Down

0 comments on commit 1bebdc5

Please sign in to comment.