From ce375b62e458b23e28da7b91dea582c415ab7945 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Fri, 6 Mar 2026 21:04:50 +0300 Subject: [PATCH] Update QUICK_START_GUIDE.en.md --- docs/QUICK_START_GUIDE.en.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/QUICK_START_GUIDE.en.md b/docs/QUICK_START_GUIDE.en.md index 6d94242..52ce66a 100644 --- a/docs/QUICK_START_GUIDE.en.md +++ b/docs/QUICK_START_GUIDE.en.md @@ -67,6 +67,12 @@ classic = false secure = false tls = true +[server.api] +enabled = true +# listen = "127.0.0.1:9091" +# whitelist = ["127.0.0.1/32"] +# read_only = true + # === Anti-Censorship & Masking === [censorship] tls_domain = "petrovich.ru" @@ -75,6 +81,7 @@ tls_domain = "petrovich.ru" # format: "username" = "32_hex_chars_secret" hello = "00000000000000000000000000000000" ``` + then Ctrl+S -> Ctrl+X to save > [!WARNING] @@ -115,7 +122,12 @@ then Ctrl+S -> Ctrl+X to save **5.** For automatic startup at system boot, enter `systemctl enable telemt` -**6.** To get the links, enter `journalctl -u telemt -n -g "links" --no-pager -o cat | tac` +**6.** To get the link(s), enter +```bash +curl -s http://127.0.0.1:9091/v1/users | jq +``` + +> Any number of people can use one link. ---