From 4af40f71215cb5e19c6f3ad1580b17db19d989ff Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:13:58 +0300 Subject: [PATCH] Update config.toml --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.toml b/config.toml index 9da6a5d..3460d37 100644 --- a/config.toml +++ b/config.toml @@ -18,6 +18,13 @@ classic = false secure = false tls = true +[general.links] +show = "*" +# 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) + # === Server Binding === [server] port = 443