mirror of https://github.com/telemt/telemt.git
Update config.toml
This commit is contained in:
parent
46e4c06ba6
commit
cde1b15ef0
|
|
@ -1,3 +1,7 @@
|
||||||
|
# === UI ===
|
||||||
|
# Users to show in the startup log (tg:// links)
|
||||||
|
show_link = ["hello"]
|
||||||
|
|
||||||
# === General Settings ===
|
# === General Settings ===
|
||||||
[general]
|
[general]
|
||||||
prefer_ipv6 = false
|
prefer_ipv6 = false
|
||||||
|
|
@ -72,7 +76,3 @@ weight = 10
|
||||||
# address = "127.0.0.1:9050"
|
# address = "127.0.0.1:9050"
|
||||||
# enabled = false
|
# enabled = false
|
||||||
# weight = 1
|
# weight = 1
|
||||||
|
|
||||||
# === UI ===
|
|
||||||
# Users to show in the startup log (tg:// links)
|
|
||||||
show_link = ["hello"]
|
|
||||||
Loading…
Reference in New Issue