We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b678e commit 7ce717bCopy full SHA for 7ce717b
sub/GroupUpdater.cpp
@@ -386,6 +386,7 @@ namespace NekoGui_sub {
386
bean->authPayloadType = NekoGui_fmt::HysteriaBean::hysteria_auth_base64;
387
bean->authPayload = auth;
388
}
389
+ bean->obfsPassword = Node2QString(proxy["obfs"]);
390
391
if (Node2Bool(proxy["disable_mtu_discovery"]) || Node2Bool(proxy["disable-mtu-discovery"])) bean->disableMtuDiscovery = true;
392
bean->streamReceiveWindow = Node2Int(proxy["recv-window"]);
0 commit comments