From ee4d15fed64c56b12c8b06155b0894493961e7f5 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Mon, 16 Mar 2026 22:02:55 +0300 Subject: [PATCH 1/2] Update FAQ.ru.md --- docs/FAQ.ru.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/FAQ.ru.md b/docs/FAQ.ru.md index cb5db7f..4353e98 100644 --- a/docs/FAQ.ru.md +++ b/docs/FAQ.ru.md @@ -83,6 +83,13 @@ metrics_whitelist = ["127.0.0.1/32", "::1/128", "0.0.0.0/0"] public_host = "proxy.example.com" ``` +### Общий лимит подключений к серверу +Ограничивает общее число открытых подключений к серверу: +```toml +[server] +max_connections = 10000 # 0 - unlimited, 10000 - default +``` + ### Upstream Manager Чтобы указать апстрим, добавьте в секцию `[[upstreams]]` файла config.toml: #### Привязка к IP @@ -113,3 +120,4 @@ password = "pass" # Password for Auth on SOCKS-server weight = 1 # Set Weight for Scenarios enabled = true ``` + From e1ef192c1096a34945464017dc03eef62a110ad5 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Mon, 16 Mar 2026 22:03:28 +0300 Subject: [PATCH 2/2] Update FAQ.en.md --- docs/FAQ.en.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/FAQ.en.md b/docs/FAQ.en.md index e3a6519..25522ad 100644 --- a/docs/FAQ.en.md +++ b/docs/FAQ.en.md @@ -83,6 +83,13 @@ To specify a domain in the links, add to the `[general.links]` section of the co public_host = "proxy.example.com" ``` +### Server connection limit +Limits the total number of open connections to the server: +```toml +[server] +max_connections = 10000 # 0 - unlimited, 10000 - default +``` + ### Upstream Manager To specify an upstream, add to the `[[upstreams]]` section of the config.toml file: #### Binding to IP