mirror of https://github.com/telemt/telemt.git
Update README.md
This commit is contained in:
parent
2d7901a978
commit
d04757eb9c
|
|
@ -121,6 +121,10 @@ then Ctrl+X -> Y -> Enter to save
|
||||||
## Configuration
|
## Configuration
|
||||||
### Minimal Configuration for First Start
|
### Minimal Configuration for First Start
|
||||||
```toml
|
```toml
|
||||||
|
# === 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
|
||||||
|
|
@ -195,10 +199,6 @@ 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"]
|
|
||||||
```
|
```
|
||||||
### Advanced
|
### Advanced
|
||||||
#### Adtag
|
#### Adtag
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue