1) Add e-mail tunnel support 2) Modify all __new__ to get_instance() 3) init docker build scripts
This commit is contained in:
+18
-5
@@ -1,6 +1,19 @@
|
||||
[[tunnels]]
|
||||
tunnel_id = "MyRoobot"
|
||||
type="TelegramTunnel"
|
||||
target="agent_1"
|
||||
token=""
|
||||
#[[tunnels]]
|
||||
#tunnel_id = "MyRoobot"
|
||||
#type="TelegramTunnel"
|
||||
#target="agent_1"
|
||||
|
||||
#token=""
|
||||
|
||||
#[[tunnels]]
|
||||
#tunnel_id="MyEmailRobot"
|
||||
#type="EmailTunnel"
|
||||
#target="agent_1"
|
||||
|
||||
#email="your_email@msn.com"
|
||||
#imap="outlook.office365.com:993"
|
||||
#smtp="outlook.office365.com:587"
|
||||
#user=""
|
||||
#password=""
|
||||
#folder="inbox"
|
||||
#interval=10
|
||||
Reference in New Issue
Block a user