From b687757ad1c0f13b9cc9964b26d719e6c60c3048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 17:26:09 +0800 Subject: [PATCH 01/24] Update ss.md --- docs/config/inbound/listeners/ss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/inbound/listeners/ss.md b/docs/config/inbound/listeners/ss.md index 86dd17fe9..306003133 100644 --- a/docs/config/inbound/listeners/ss.md +++ b/docs/config/inbound/listeners/ss.md @@ -38,7 +38,7 @@ listeners: # # sni: www.example.com # 留空时从 dest 推导 # # alpn: [h2, http/1.1] # # proxy: "" - # # rate-limit: 0 # 转发限速,单位 bit/s,0 表示不限速 + # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 # kcp-tun: # enable: false # key: it's a secrect # pre-shared secret between client and server From 540e34b0ae8946b455665f74eed3fc4326f40c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 17:37:13 +0800 Subject: [PATCH 02/24] Update ss.en.md --- docs/config/inbound/listeners/ss.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/ss.en.md b/docs/config/inbound/listeners/ss.en.md index 8b6800c6f..289591b48 100644 --- a/docs/config/inbound/listeners/ss.en.md +++ b/docs/config/inbound/listeners/ss.en.md @@ -29,6 +29,7 @@ listeners: # restls-script: "" # min-record-len: 0 # proxy: "" + # rate-limit: 0 # Bidirectional rate limit for fallback traffic, in bit/s. A value of 0 disables rate limiting. # jls-config: # Wraps TCP only; failed JLS authentication and regular TLS connections transparently fall back to dest # enable: false # users: From 6ef99e28f9af0d9404191fe8754f54959718c0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 17:38:59 +0800 Subject: [PATCH 03/24] Update ss.md --- docs/config/inbound/listeners/ss.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config/inbound/listeners/ss.md b/docs/config/inbound/listeners/ss.md index 306003133..ac8278647 100644 --- a/docs/config/inbound/listeners/ss.md +++ b/docs/config/inbound/listeners/ss.md @@ -29,6 +29,7 @@ listeners: # restls-script: "" # min-record-len: 0 # proxy: "" + # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 # jls-config: # 仅封装 TCP;JLS 认证失败或普通 TLS 连接会透明回落到 dest # enable: false # users: @@ -38,7 +39,7 @@ listeners: # # sni: www.example.com # 留空时从 dest 推导 # # alpn: [h2, http/1.1] # # proxy: "" - # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 + # # rate-limit: 0 # 单位 bit/s;0 表示不限速 # kcp-tun: # enable: false # key: it's a secrect # pre-shared secret between client and server From b659ab834acd3225ef2af582387d24ab971f86a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 17:41:52 +0800 Subject: [PATCH 04/24] Update ss.ru.md --- docs/config/inbound/listeners/ss.ru.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/ss.ru.md b/docs/config/inbound/listeners/ss.ru.md index 952ee1246..26e6e8558 100644 --- a/docs/config/inbound/listeners/ss.ru.md +++ b/docs/config/inbound/listeners/ss.ru.md @@ -29,6 +29,7 @@ listeners: # restls-script: "" # min-record-len: 0 # proxy: "" + # rate-limit: 0 # Ограничение скорости двусторонней передачи для fallback, в бит/с; 0 — без ограничений. # jls-config: # Только оборачивает TCP; при ошибке JLS-аутентификации или обычном TLS соединение прозрачно возвращается на dest # enable: false # users: From 34e1f61d8982aeda57717e4e70e352d525c67208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 18:06:58 +0800 Subject: [PATCH 05/24] Update snell.en.md --- docs/config/inbound/listeners/snell.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/snell.en.md b/docs/config/inbound/listeners/snell.en.md index 0a8468183..e5913c33b 100644 --- a/docs/config/inbound/listeners/snell.en.md +++ b/docs/config/inbound/listeners/snell.en.md @@ -26,6 +26,7 @@ listeners: # enable: false # dest: test.com:443 # password: restls-password + # rate-limit: 0 # Bidirectional forwarding rate limit for fallback, in bit/s; 0 means unlimited. # jls-config: # enable: false # users: From 4e9aef23bc535e8a903cb80f4027f31ae1a137d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 18:10:47 +0800 Subject: [PATCH 06/24] Update snell.md --- docs/config/inbound/listeners/snell.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/snell.md b/docs/config/inbound/listeners/snell.md index 5061758cc..c1aa87f0a 100644 --- a/docs/config/inbound/listeners/snell.md +++ b/docs/config/inbound/listeners/snell.md @@ -26,6 +26,7 @@ listeners: # enable: false # dest: test.com:443 # password: restls-password + # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 # jls-config: # enable: false # users: From 9ad6334817af40620b0c5c7bd1a66ca7f2e4ccfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 18:12:46 +0800 Subject: [PATCH 07/24] Update snell.ru.md --- docs/config/inbound/listeners/snell.ru.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/snell.ru.md b/docs/config/inbound/listeners/snell.ru.md index 71b4f449f..ccaab8a3f 100644 --- a/docs/config/inbound/listeners/snell.ru.md +++ b/docs/config/inbound/listeners/snell.ru.md @@ -26,6 +26,7 @@ listeners: # enable: false # dest: test.com:443 # password: restls-password + # rate-limit: 0 # Ограничение скорости двусторонней передачи для fallback, в бит/с; 0 — без ограничений. # jls-config: # enable: false # users: From 581f8da319b632aaf9ddac9f38cf9a6cf1d362c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 19:25:51 +0800 Subject: [PATCH 08/24] Update ss.md --- docs/config/inbound/listeners/ss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/inbound/listeners/ss.md b/docs/config/inbound/listeners/ss.md index ac8278647..acd548aef 100644 --- a/docs/config/inbound/listeners/ss.md +++ b/docs/config/inbound/listeners/ss.md @@ -39,7 +39,7 @@ listeners: # # sni: www.example.com # 留空时从 dest 推导 # # alpn: [h2, http/1.1] # # proxy: "" - # # rate-limit: 0 # 单位 bit/s;0 表示不限速 + # # rate-limit: 0 # 单位 bit/s,转发限速,0 表示不限速 # kcp-tun: # enable: false # key: it's a secrect # pre-shared secret between client and server From ad47fdd4f34f958c4f883b593d4525c88f1372fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 19:26:38 +0800 Subject: [PATCH 09/24] Update ss.md --- docs/config/inbound/listeners/ss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/inbound/listeners/ss.md b/docs/config/inbound/listeners/ss.md index acd548aef..5b080bf65 100644 --- a/docs/config/inbound/listeners/ss.md +++ b/docs/config/inbound/listeners/ss.md @@ -39,7 +39,7 @@ listeners: # # sni: www.example.com # 留空时从 dest 推导 # # alpn: [h2, http/1.1] # # proxy: "" - # # rate-limit: 0 # 单位 bit/s,转发限速,0 表示不限速 + # # rate-limit: 0 # 转发限速,单位 bit/s,0 表示不限速 # kcp-tun: # enable: false # key: it's a secrect # pre-shared secret between client and server From 2fda50de07139e0ef08ff02663ba9b9e9d5e153a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 19:32:32 +0800 Subject: [PATCH 10/24] Update vmess.en.md --- docs/config/inbound/listeners/vmess.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/vmess.en.md b/docs/config/inbound/listeners/vmess.en.md index 3418da703..eaabd411a 100644 --- a/docs/config/inbound/listeners/vmess.en.md +++ b/docs/config/inbound/listeners/vmess.en.md @@ -84,6 +84,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # rate-limit: 0 # Bidirectional forwarding rate limit for fallback, in bit/s; 0 means unlimited. # if reality-config is filled, enables reality (note: cannot be filled simultaneously with certificate and private-key) # reality-config: # dest: test.com:443 From ee5ec3d76e28fc4bc5a756958fd8aa4c413ad775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 19:37:23 +0800 Subject: [PATCH 11/24] Update vmess.en.md --- docs/config/inbound/listeners/vmess.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/vmess.en.md b/docs/config/inbound/listeners/vmess.en.md index eaabd411a..2b5437823 100644 --- a/docs/config/inbound/listeners/vmess.en.md +++ b/docs/config/inbound/listeners/vmess.en.md @@ -84,6 +84,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 # rate-limit: 0 # Bidirectional forwarding rate limit for fallback, in bit/s; 0 means unlimited. # if reality-config is filled, enables reality (note: cannot be filled simultaneously with certificate and private-key) # reality-config: From 4c2ce514a9f0b184d76cddd55d05f8ce190aa05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 19:47:04 +0800 Subject: [PATCH 12/24] Update vmess.en.md --- docs/config/inbound/listeners/vmess.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/inbound/listeners/vmess.en.md b/docs/config/inbound/listeners/vmess.en.md index 2b5437823..0adb9cbf0 100644 --- a/docs/config/inbound/listeners/vmess.en.md +++ b/docs/config/inbound/listeners/vmess.en.md @@ -84,7 +84,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" - # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 + # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 # rate-limit: 0 # Bidirectional forwarding rate limit for fallback, in bit/s; 0 means unlimited. # if reality-config is filled, enables reality (note: cannot be filled simultaneously with certificate and private-key) # reality-config: From fa0f2f5f1681bad60a3c1c48d3cd3e6a7d352edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 19:47:59 +0800 Subject: [PATCH 13/24] Update vmess.md --- docs/config/inbound/listeners/vmess.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/vmess.md b/docs/config/inbound/listeners/vmess.md index a84ca7e7d..e706db651 100644 --- a/docs/config/inbound/listeners/vmess.md +++ b/docs/config/inbound/listeners/vmess.md @@ -84,6 +84,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 # 如果填写reality-config则开启reality(注意不可与certificate和private-key同时填写) # reality-config: # dest: test.com:443 From efde5e3ddbb76908083cf8fe05cc49099d2bc3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:13:55 +0800 Subject: [PATCH 14/24] Update vmess.ru.md --- docs/config/inbound/listeners/vmess.ru.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/vmess.ru.md b/docs/config/inbound/listeners/vmess.ru.md index 2aa49add5..bf7050d1b 100644 --- a/docs/config/inbound/listeners/vmess.ru.md +++ b/docs/config/inbound/listeners/vmess.ru.md @@ -84,6 +84,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # Ограничение скорости двусторонней передачи для fallback, в бит/с; 0 — без ограничений. # если заполнен reality-config, то включается reality (не может использоваться одновременно с certificate и private-key) # reality-config: # dest: test.com:443 From 0a1d5706bd6fb1e5b88f3095cc3823c65766087e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:15:18 +0800 Subject: [PATCH 15/24] Update vmess.en.md --- docs/config/inbound/listeners/vmess.en.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/config/inbound/listeners/vmess.en.md b/docs/config/inbound/listeners/vmess.en.md index 0adb9cbf0..8200aaf2a 100644 --- a/docs/config/inbound/listeners/vmess.en.md +++ b/docs/config/inbound/listeners/vmess.en.md @@ -84,8 +84,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" - # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 - # rate-limit: 0 # Bidirectional forwarding rate limit for fallback, in bit/s; 0 means unlimited. + # # rate-limit: 0 # Bidirectional forwarding rate limit for fallback, in bit/s; 0 means unlimited. # if reality-config is filled, enables reality (note: cannot be filled simultaneously with certificate and private-key) # reality-config: # dest: test.com:443 From 966c2655c071d5590cfb29249dc5410c422afc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:20:08 +0800 Subject: [PATCH 16/24] Update vless.en.md --- docs/config/inbound/listeners/vless.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/vless.en.md b/docs/config/inbound/listeners/vless.en.md index a1f31b12a..f3e77564c 100644 --- a/docs/config/inbound/listeners/vless.en.md +++ b/docs/config/inbound/listeners/vless.en.md @@ -100,6 +100,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # Bidirectional forwarding rate limit for fallback, in bit/s; 0 means unlimited. # jls-config: # JLS replaces standard TLS; unauthenticated connections fall back to dest # enable: true # users: From e5d2bc253e7bc0954ef3a4ebe651db38a25974a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:21:13 +0800 Subject: [PATCH 17/24] Update vless.md --- docs/config/inbound/listeners/vless.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/vless.md b/docs/config/inbound/listeners/vless.md index 419da7b7b..f7e19b1d7 100644 --- a/docs/config/inbound/listeners/vless.md +++ b/docs/config/inbound/listeners/vless.md @@ -100,6 +100,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 # jls-config: # JLS 替代普通 TLS;未认证连接回落到 dest # enable: true # users: From fbbe5a90d0508a3a2e8fdb7df513cfd504d29280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:22:39 +0800 Subject: [PATCH 18/24] Update vless.ru.md --- docs/config/inbound/listeners/vless.ru.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/vless.ru.md b/docs/config/inbound/listeners/vless.ru.md index e57e11718..073687641 100644 --- a/docs/config/inbound/listeners/vless.ru.md +++ b/docs/config/inbound/listeners/vless.ru.md @@ -100,6 +100,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # Ограничение скорости двусторонней передачи для fallback, в бит/с; 0 — без ограничений. # jls-config: # JLS заменяет обычный TLS; неавторизованные соединения перенаправляются на dest # enable: true # users: From 7e9bc8110192f042641c882c7fc02bf11878c732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:26:25 +0800 Subject: [PATCH 19/24] Update anytls.en.md --- docs/config/inbound/listeners/anytls.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/anytls.en.md b/docs/config/inbound/listeners/anytls.en.md index cdb29cbd1..6166ea179 100644 --- a/docs/config/inbound/listeners/anytls.en.md +++ b/docs/config/inbound/listeners/anytls.en.md @@ -40,6 +40,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # Bidirectional forwarding rate limit for fallback, in bit/s; 0 means unlimited. # jls-config: # JLS replaces standard TLS; unauthenticated connections fall back to dest # enable: true # users: From e25d93d8dc72db3c6556a42436e8c714c51fccb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:27:31 +0800 Subject: [PATCH 20/24] Update anytls.md --- docs/config/inbound/listeners/anytls.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/anytls.md b/docs/config/inbound/listeners/anytls.md index 97d77f2d8..689632b6f 100644 --- a/docs/config/inbound/listeners/anytls.md +++ b/docs/config/inbound/listeners/anytls.md @@ -40,6 +40,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 # jls-config: # JLS 替代普通 TLS;未认证连接回落到 dest # enable: true # users: From a78e4c8513f1a74f05d1d7dd4dd272db41d31f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:28:55 +0800 Subject: [PATCH 21/24] Update anytls.ru.md --- docs/config/inbound/listeners/anytls.ru.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/anytls.ru.md b/docs/config/inbound/listeners/anytls.ru.md index 5c4f8d194..ba04e3fa1 100644 --- a/docs/config/inbound/listeners/anytls.ru.md +++ b/docs/config/inbound/listeners/anytls.ru.md @@ -40,6 +40,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # Ограничение скорости двусторонней передачи для fallback, в бит/с; 0 — без ограничений. # jls-config: # JLS заменяет обычный TLS; неавторизованные соединения перенаправляются на dest # enable: true # users: From b7dac4ca9cb4ed12b3302dad442a6a0a1f32cc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:32:00 +0800 Subject: [PATCH 22/24] Update trojan.en.md --- docs/config/inbound/listeners/trojan.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/trojan.en.md b/docs/config/inbound/listeners/trojan.en.md index 349eeadc6..67836e037 100644 --- a/docs/config/inbound/listeners/trojan.en.md +++ b/docs/config/inbound/listeners/trojan.en.md @@ -44,6 +44,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # Bidirectional forwarding rate limit for fallback, in bit/s; 0 means unlimited. # jls-config: # JLS replaces standard TLS; unauthenticated connections fall back to dest # enable: true # users: From 65ac515dd9e543225998c31205ba796b91df9eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:33:10 +0800 Subject: [PATCH 23/24] Update trojan.md --- docs/config/inbound/listeners/trojan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/trojan.md b/docs/config/inbound/listeners/trojan.md index 1c9bc86a5..44e79e8af 100644 --- a/docs/config/inbound/listeners/trojan.md +++ b/docs/config/inbound/listeners/trojan.md @@ -44,6 +44,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # fallback 双向转发限速,单位 bit/s;0 表示不限速 # jls-config: # JLS 替代普通 TLS;未认证连接回落到 dest # enable: true # users: From 93df86213fd9e850dc8e9ec291e185ba40985968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 20:34:12 +0800 Subject: [PATCH 24/24] Update trojan.ru.md --- docs/config/inbound/listeners/trojan.ru.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/inbound/listeners/trojan.ru.md b/docs/config/inbound/listeners/trojan.ru.md index b2836ff7b..585e1c7bd 100644 --- a/docs/config/inbound/listeners/trojan.ru.md +++ b/docs/config/inbound/listeners/trojan.ru.md @@ -44,6 +44,7 @@ listeners: # # restls-script: "" # # min-record-len: 0 # # proxy: "" + # # rate-limit: 0 # Ограничение скорости двусторонней передачи для fallback, в бит/с; 0 — без ограничений. # jls-config: # JLS заменяет обычный TLS; неавторизованные соединения перенаправляются на dest # enable: true # users: