From 038f0cd5d1a3f0019fc972f0ab6b7263937b4efc Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Mon, 19 Jan 2026 23:52:31 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f5a4a92..a922f40 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ then Ctrl+X -> Y -> Enter to save ### Minimal Configuration for First Start ```toml port = 443 # Listening port -show_links = ["tele", "hello"] # Specify users, for whom will be displayed the links +show_link = ["tele", "hello"] # Specify users, for whom will be displayed the links tls_domain = "petrovich.ru" # Domain for ee-secret and masking mask = true # Enable masking of bad traffic @@ -132,8 +132,6 @@ fast_mode = true # Use "fast" obfuscation variant client_keepalive = 600 # Seconds client_ack_timeout = 300 # Seconds -show_link = [ "hello" ] - [modes] classic = true # Plain obfuscated mode secure = true # dd-prefix mode