We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb5502 commit 1a14a05Copy full SHA for 1a14a05
app/subscription/singbox.py
@@ -328,6 +328,9 @@ def _build_outbound(
328
# Filter out the enable field as it's not part of singbox multiplex config
329
multiplex_config = {k: v for k, v in singbox_mux.items() if k != "enable"}
330
331
+ # Add enabled: true to multiplex config
332
+ multiplex_config["enabled"] = True
333
+
334
# Handle brutal configuration - only include if brutal.enable is True
335
if "brutal" in multiplex_config:
336
brutal_config = multiplex_config["brutal"]
0 commit comments