Skip to content

Commit

Permalink
feat: splithttp support
Browse files Browse the repository at this point in the history
  • Loading branch information
khodedawsh committed Jun 18, 2024
1 parent b0abc56 commit 9436603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marznode/backends/xray/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _resolve_inbounds(self):
if host and isinstance(host, list):
settings["host"] = host

elif net in ["ws", "httpupgrade"]:
elif net in ["ws", "httpupgrade", "splithttp"]:
settings["path"] = net_settings.get("path")
settings["host"] = net_settings.get("host")

Expand Down

0 comments on commit 9436603

Please sign in to comment.