Skip to content

Commit 7ce717b

Browse files
committed
fix
1 parent a4b678e commit 7ce717b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sub/GroupUpdater.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ namespace NekoGui_sub {
386386
bean->authPayloadType = NekoGui_fmt::HysteriaBean::hysteria_auth_base64;
387387
bean->authPayload = auth;
388388
}
389+
bean->obfsPassword = Node2QString(proxy["obfs"]);
389390

390391
if (Node2Bool(proxy["disable_mtu_discovery"]) || Node2Bool(proxy["disable-mtu-discovery"])) bean->disableMtuDiscovery = true;
391392
bean->streamReceiveWindow = Node2Int(proxy["recv-window"]);

0 commit comments

Comments
 (0)