1) Add e-mail tunnel support 2) Modify all __new__ to get_instance() 3) init docker build scripts

This commit is contained in:
Liu Zhicong
2023-09-16 11:41:59 -07:00
parent ef9ab83e63
commit 43c70489e7
15 changed files with 272 additions and 70 deletions
+18 -5
View File
@@ -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