Skip to content

Commit 19eabe7

Browse files
committed
Wtf
1 parent ba93c28 commit 19eabe7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/use/other/minecraft-service.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ FRP 本质上只有转发流量的功能,并没有标明`我是从哪来? `<br>
3333
<tr>
3434
<td>要修改的内容<br>(不要直接复制,<br>看修改的参数)</td>
3535
<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>
4445
</td>
4546
<td>
4647
<pre><code class="language-yaml">listeners:
@@ -49,7 +50,6 @@ FRP 本质上只有转发流量的功能,并没有标明`我是从哪来? `<br>
4950
# 将此项值改为 `true`
5051
proxy_protocol: true
5152
</code><pre>
52-
5353
</td>
5454
<td>
5555
<pre><code class="language-yaml">proxies:

0 commit comments

Comments
 (0)