From 96d0a6bdfa06f390fcc4e6cd1be08091186b0e5b Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Fri, 2 Jan 2026 16:31:29 +0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06133f5..b522748 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,22 @@ telemt config.toml ## How to use? ### Telemt via Systemd +0. Check port and generate secrets +The port you have selected for use should be MISSING from the list, when: +```bash +netstat -lnp +``` + +Generate 16 bytes/32 characters HEX with OpenSSL or another way: +```bash +openssl rand -hex 16 +``` 1. Place your config to /etc/telemt.toml ```bash port = 443 # Listening port [users] -# ! Generate YOUR OWN secret with "openssl rand -hex 16", replace it instead 00000000000000000000000000000000 ! -hello = "00000000000000000000000000000000" +hello = "00000000000000000000000000000000" # Replace the secret with one generated before [modes] classic = false # Plain obfuscated mode