diff --git a/sub/GroupUpdater.cpp b/sub/GroupUpdater.cpp index fe09d6b..d056b7c 100644 --- a/sub/GroupUpdater.cpp +++ b/sub/GroupUpdater.cpp @@ -386,6 +386,7 @@ namespace NekoGui_sub { bean->authPayloadType = NekoGui_fmt::HysteriaBean::hysteria_auth_base64; bean->authPayload = auth; } + bean->obfsPassword = Node2QString(proxy["obfs"]); if (Node2Bool(proxy["disable_mtu_discovery"]) || Node2Bool(proxy["disable-mtu-discovery"])) bean->disableMtuDiscovery = true; bean->streamReceiveWindow = Node2Int(proxy["recv-window"]);