Update README.md

This commit is contained in:
Alexey 2026-01-02 19:10:12 +03:00 committed by GitHub
parent f443d3dfc7
commit 5778be4f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,6 @@ Open nano
```bash
nano /etc/telemt.toml
```
then Ctrl+X -> Y -> Enter
```bash
port = 443 # Listening port
@ -87,6 +86,8 @@ fast_mode = true # Use "fast" obfuscation variant
client_keepalive = 600 # Seconds
client_ack_timeout = 300 # Seconds
```
then Ctrl+X -> Y -> Enter to save
**2. Create service on /etc/systemd/system/telemt.service**
Open nano