From 0f3864e85385453aa906375b81ba6929e9cd6aca Mon Sep 17 00:00:00 2001 From: Iaroslav Baslin Date: Sun, 3 Aug 2025 17:49:22 +0300 Subject: [PATCH] docs: update formatting in section 7.7 to match cn doc ver --- docs/en/document/level-0/ch07-xray-server.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/en/document/level-0/ch07-xray-server.md b/docs/en/document/level-0/ch07-xray-server.md index 29c87a4..8998034 100644 --- a/docs/en/document/level-0/ch07-xray-server.md +++ b/docs/en/document/level-0/ch07-xray-server.md @@ -470,19 +470,29 @@ If your line really has a very high packet loss rate, the only reliable solution If you are not sure whether your VPS supports it, please follow the command in step 3 and use the regular kernel `linux-image-amd64`. ::: - ![Update Debian kernel and enable `BBR`](./ch07-img06-bbr-proper.gif) 8. Confirm that `BBR` is enabled + ![Update Debian kernel and enable `BBR`](./ch07-img06-bbr-proper.gif) + + 8. Confirm that `BBR` is enabled If you want to confirm whether `BBR` is enabled correctly, you can use the following command: -`lsmod | grep bbr` +```shell +lsmod | grep bbr +``` This should return the following result: -`tcp_bbr` +``` +tcp_bbr +``` If you want to confirm whether the `fq` algorithm is enabled correctly, you can use the following command: -`lsmod | grep fq` +```shell +lsmod | grep fq +``` This should return the following result: -`sch_fq` +``` +sch_fq +``` ## 7.8 Server Optimization 2: Enable HTTP to automatically redirect to HTTPS