From d941873cceff5443c5b67c6a62233ee6678ecf3f Mon Sep 17 00:00:00 2001 From: Vladislav Yaroslavlev Date: Thu, 19 Feb 2026 10:15:03 +0300 Subject: [PATCH] docs: Document disable_colors configuration parameter --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff06d3a..cb7cd49 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ prefer_ipv6 = false fast_mode = true use_middle_proxy = false # ad_tag = "..." +# disable_colors = false # Disable colored output in logs (useful for files/systemd) [network] ipv4 = true @@ -215,7 +216,9 @@ ip = "::" # Users to show in the startup log (tg:// links) [general.links] -show = ["hello"] # Users to show in the startup log (tg:// links) +show = ["hello"] # Only show links for user "hello" +# show = ["alice", "bob"] # Only show links for alice and bob +# show = "*" # Show links for all users # public_host = "proxy.example.com" # Host (IP or domain) for tg:// links # public_port = 443 # Port for tg:// links (default: server.port)