Fixed requests router and added possibility to connect to Telegram via HTTP proxy (fixes #2).

This commit is contained in:
2019-03-05 18:32:34 +05:00
parent a0f3ddfa16
commit b13cf6ecec
5 changed files with 66 additions and 19 deletions

View File

@@ -27,4 +27,10 @@ matrix:
telegram:
telegram_test:
bot_id: "bot:id"
chat_id: "chat_id or -chat_id"
chat_id: "chat_id or -chat_id"
proxy:
enabled: false
type: "http"
address: "localhost:3128"
user: ""
password: ""