File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,15 @@ FRP 本质上只有转发流量的功能,并没有标明`我是从哪来? `<br>
33
33
<tr >
34
34
<td>要修改的内容<br>(不要直接复制,<br>看修改的参数)</td>
35
35
<td>
36
- <pre><code class="language-toml">[advanced]
37
- connection-timeout = 5000
38
- # ...
39
- # 启用对 HAProxy 的兼容
40
- #(默认为Proxy-Protocol-V2)
41
- haproxy-protocol = true
42
- </code><pre>
43
-
36
+ <pre>
37
+ <code class="language-toml">[advanced]
38
+ connection-timeout = 5000
39
+ # ...
40
+ # 启用对 HAProxy 的兼容
41
+ #(默认为Proxy-Protocol-V2)
42
+ haproxy-protocol = true
43
+ </code>
44
+ <pre>
44
45
</td>
45
46
<td>
46
47
<pre><code class="language-yaml">listeners:
@@ -49,7 +50,6 @@ FRP 本质上只有转发流量的功能,并没有标明`我是从哪来? `<br>
49
50
# 将此项值改为 `true`
50
51
proxy_protocol: true
51
52
</code><pre>
52
-
53
53
</td>
54
54
<td>
55
55
<pre><code class="language-yaml">proxies:
You can’t perform that action at this time.
0 commit comments