Skip to content

Commit fade36f

Browse files
TeslaTesla
authored andcommitted
Update the common to fix reality_h2 problem
1 parent 40c81bb commit fade36f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

haproxy/common.cfg.pj2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ backend vmesst_h2
365365
server vmesst 127.0.0.1:2031 send-proxy-v2 tfo
366366

367367
{% for d in domains if d['internal_port_reality'] and not d['grpc'] %}
368+
{%set domain=d['domain']%}
369+
{%set port=d['internal_port_reality']%}
368370
backend reality_h2_{{port}}
369371
mode tcp
370372
server singbox 127.0.0.1:{{port}} send-proxy-v2

0 commit comments

Comments
 (0)