Update config.toml

This commit is contained in:
Alexey 2026-02-19 20:40:11 +03:00 committed by GitHub
parent 0c4d9301ec
commit 66fdc3a34d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,7 @@ use_middle_proxy = true
# ad_tag = "00000000000000000000000000000000" # ad_tag = "00000000000000000000000000000000"
# Path to proxy-secret binary (auto-downloaded if missing). # Path to proxy-secret binary (auto-downloaded if missing).
proxy_secret_path = "proxy-secret" proxy_secret_path = "proxy-secret"
# disable_colors = false # Disable colored output in logs (useful for files/systemd)
# === Middle Proxy (ME) === # === Middle Proxy (ME) ===
# Public IP override for ME KDF when behind NAT; leave unset to auto-detect. # Public IP override for ME KDF when behind NAT; leave unset to auto-detect.
@ -74,7 +75,9 @@ ip = "::"
# Users to show in the startup log (tg:// links) # Users to show in the startup log (tg:// links)
[general.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_host = "proxy.example.com" # Host (IP or domain) for tg:// links
# public_port = 443 # Port for tg:// links (default: server.port) # public_port = 443 # Port for tg:// links (default: server.port)