Add SOCKS5 proxy support to bot
In Soviet Russia... wait, wrong time period.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user