From 943660391cd8892d143c0b8378e7b1a663e84b66 Mon Sep 17 00:00:00 2001 From: dawsh Date: Tue, 18 Jun 2024 13:17:30 +0330 Subject: [PATCH] feat: splithttp support --- marznode/backends/xray/_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marznode/backends/xray/_config.py b/marznode/backends/xray/_config.py index 61524b9..03fd1b3 100644 --- a/marznode/backends/xray/_config.py +++ b/marznode/backends/xray/_config.py @@ -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")