Archived
1

Add SOCKS5 proxy support to bot

In Soviet Russia... wait, wrong time period.
This commit is contained in:
2018-05-11 18:55:37 +04:00
parent 2c72bc8023
commit b52a0c34b8
3 changed files with 69 additions and 2 deletions

View File

@@ -8,6 +8,11 @@ database_connection:
user: "i2_bot"
password: "i2_bot"
database: "i2_bot"
socks_proxy:
enabled: true
address: "127.0.0.1:1337"
username: "proxy"
password: "proxy"
special_chats:
academy_id: "group_id"
bastion_id: "group_id"