mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-19 06:30:07 +08:00
Supports Clash Meta's ports field
This commit is contained in:
parent
20805c4ed0
commit
1bebdc546c
@ -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"]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user