1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

New feature: Telegram Notifier (#2503)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Chris Brown
2023-08-30 03:25:06 +10:00
committed by GitHub
parent 8bf996bb8e
commit e26afaf7e0
2 changed files with 62 additions and 0 deletions

View File

@@ -82,6 +82,12 @@ Please see the [Teams documentation](https://docs.microsoft.com/en-us/microsoftt
Configure `teams_url` to this webhook.
### Telegram
If you want to use the [Telegram](https://telegram.org/) integration, you need to create a Telegram bot and obtain a Bot Token, as well as a Chat ID. Get a Bot Token by contacting [@BotFather](https://telegram.me/botfather), and a Chat ID by contacting [@myidbot](https://telegram.me/myidbot).
Configure `telegram_bot_token` and `telegram_chat_id` to these values.
### Bonfire
This is Stack Overflow's built in chat system. This is probably not useful for most people.