Skip to content

Commit 3f64393

Browse files
TeslaTesla
authored andcommitted
Fix trojan and h2 vless problems on rendering
1 parent b7c8ca7 commit 3f64393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
{% hconfigs['trojan_enable'] and hconfigs['xhttp_enable'] %}
2+
{% if 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-
{% hconfigs['vless_enable'] and hconfigs['xhttp_enable'] %}
2+
{% if hconfigs['vless_enable'] and hconfigs['xhttp_enable'] %}
33
"inbounds": [
44
{
55
"tag":"vless-xhttp-h2",

0 commit comments

Comments
 (0)