From fa817b18c08ce7d4631d9c82ad1168906e2e6f48 Mon Sep 17 00:00:00 2001 From: sabraman Date: Mon, 23 Mar 2026 00:31:38 +0300 Subject: [PATCH] fix FAQ config path for Linux setup --- docs/FAQ.en.md | 6 +++--- docs/FAQ.ru.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/FAQ.en.md b/docs/FAQ.en.md index 4af1c34..13968e5 100644 --- a/docs/FAQ.en.md +++ b/docs/FAQ.en.md @@ -3,7 +3,7 @@ 1. Go to @MTProxybot bot. 2. Enter the command `/newproxy` 3. Send the server IP and port. For example: 1.2.3.4:443 -4. Open the config `nano /etc/telemt.toml`. +4. Open the config `nano /etc/telemt/telemt.toml`. 5. Copy and send the user secret from the [access.users] section to the bot. 6. Copy the tag received from the bot. For example 1234567890abcdef1234567890abcdef. > [!WARNING] @@ -46,7 +46,7 @@ This parameter limits how many unique IPs can use 1 link simultaneously. If one ## How to create multiple different links 1. Generate the required number of secrets `openssl rand -hex 16` -2. Open the config `nano /etc/telemt.toml` +2. Open the config `nano /etc/telemt/telemt.toml` 3. Add new users. ```toml [access.users] @@ -62,7 +62,7 @@ curl -s http://127.0.0.1:9091/v1/users | jq ## How to view metrics -1. Open the config `nano /etc/telemt.toml` +1. Open the config `nano /etc/telemt/telemt.toml` 2. Add the following parameters ```toml [server] diff --git a/docs/FAQ.ru.md b/docs/FAQ.ru.md index ae38cab..5e6c03d 100644 --- a/docs/FAQ.ru.md +++ b/docs/FAQ.ru.md @@ -3,7 +3,7 @@ 1. Зайти в бота @MTProxybot. 2. Ввести команду `/newproxy` 3. Отправить IP и порт сервера. Например: 1.2.3.4:443 -4. Открыть конфиг `nano /etc/telemt.toml`. +4. Открыть конфиг `nano /etc/telemt/telemt.toml`. 5. Скопировать и отправить боту секрет пользователя из раздела [access.users]. 6. Скопировать полученный tag у бота. Например 1234567890abcdef1234567890abcdef. > [!WARNING] @@ -46,7 +46,7 @@ hello = 1 ## Как сделать несколько разных ссылок 1. Сгенерируйте нужное число секретов `openssl rand -hex 16` -2. Открыть конфиг `nano /etc/telemt.toml` +2. Открыть конфиг `nano /etc/telemt/telemt.toml` 3. Добавить новых пользователей. ```toml [access.users] @@ -62,7 +62,7 @@ curl -s http://127.0.0.1:9091/v1/users | jq ## Как посмотреть метрики -1. Открыть конфиг `nano /etc/telemt.toml` +1. Открыть конфиг `nano /etc/telemt/telemt.toml` 2. Добавить следующие параметры ```toml [server]