mirror of https://github.com/telemt/telemt.git
Update README.md
This commit is contained in:
parent
952d160870
commit
8fbee8701b
|
|
@ -141,6 +141,11 @@ client_keepalive = 600 # Seconds
|
||||||
client_ack_timeout = 300 # Seconds
|
client_ack_timeout = 300 # Seconds
|
||||||
```
|
```
|
||||||
### Advanced
|
### Advanced
|
||||||
|
#### Adtag
|
||||||
|
To use channel advertising and usage statistics from Telegram, get Adtag from [@mtproxybot](https://t.me/mtproxybot), add this parameter to the end of config.toml and specify it
|
||||||
|
```toml
|
||||||
|
ad_tag = "00000000000000000000000000000000" # Replace zeros to your adtag from @mtproxybot
|
||||||
|
```
|
||||||
#### Listening and Announce IPs
|
#### Listening and Announce IPs
|
||||||
To specify listening address and/or address in links, add to the end of config.toml:
|
To specify listening address and/or address in links, add to the end of config.toml:
|
||||||
```toml
|
```toml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue