Skip to content

Commit c6d8613

Browse files
authored
Merge pull request #4825 from tesilaaliset/fix/fix-hiddify-cli
Fix/fix hiddify cli
2 parents c37341d + dd38f31 commit c6d8613

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xray/configs/05_inbounds_h2_trojan_splithttp.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
{% if 0 and hconfigs['trojan_enable'] and hconfigs['xhttp_enable'] %}
2+
{% and hconfigs['trojan_enable'] and hconfigs['xhttp_enable'] %}
33
"inbounds": [
44
{
55
"tag":"trojan-xhttp-h2",

xray/configs/05_inbounds_h2_vless_splithttp.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
{% if 0 and hconfigs['vless_enable'] and hconfigs['xhttp_enable'] %}
2+
{% and hconfigs['vless_enable'] and hconfigs['xhttp_enable'] %}
33
"inbounds": [
44
{
55
"tag":"vless-xhttp-h2",

xray/configs/05_inbounds_h2_vmess_splithttp.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
{% if 0 and hconfigs['vmess_enable'] and hconfigs['xhttp_enable'] %}
2+
{% if hconfigs['vmess_enable'] and hconfigs['xhttp_enable'] %}
33
"inbounds": [
44
{
55
"tag":"vmess-xhttp-h2",

0 commit comments

Comments
 (0)