mirror of https://github.com/telemt/telemt.git
Update config.toml
This commit is contained in:
parent
0c4d9301ec
commit
66fdc3a34d
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue