mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-21 16:30:08 +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") {
|
} else if (type == "hysteria2") {
|
||||||
auto bean = ent->QUICBean();
|
auto bean = ent->QUICBean();
|
||||||
|
|
||||||
// bean->hopPort = Node2QString(proxy["ports"]);
|
bean->hopPort = Node2QString(proxy["ports"]);
|
||||||
|
|
||||||
bean->allowInsecure = Node2Bool(proxy["skip-cert-verify"]);
|
bean->allowInsecure = Node2Bool(proxy["skip-cert-verify"]);
|
||||||
bean->caText = Node2QString(proxy["ca-str"]);
|
bean->caText = Node2QString(proxy["ca-str"]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user