Update QUICK_START_GUIDE.en.md

This commit is contained in:
Dimasssss 2026-03-06 21:04:50 +03:00 committed by GitHub
parent 95971ac62c
commit ce375b62e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 1 deletions

View File

@ -67,6 +67,12 @@ classic = false
secure = false secure = false
tls = true tls = true
[server.api]
enabled = true
# listen = "127.0.0.1:9091"
# whitelist = ["127.0.0.1/32"]
# read_only = true
# === Anti-Censorship & Masking === # === Anti-Censorship & Masking ===
[censorship] [censorship]
tls_domain = "petrovich.ru" tls_domain = "petrovich.ru"
@ -75,6 +81,7 @@ tls_domain = "petrovich.ru"
# format: "username" = "32_hex_chars_secret" # format: "username" = "32_hex_chars_secret"
hello = "00000000000000000000000000000000" hello = "00000000000000000000000000000000"
``` ```
then Ctrl+S -> Ctrl+X to save then Ctrl+S -> Ctrl+X to save
> [!WARNING] > [!WARNING]
@ -115,7 +122,12 @@ then Ctrl+S -> Ctrl+X to save
**5.** For automatic startup at system boot, enter `systemctl enable telemt` **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.
--- ---