0) Complete Docker build scriptes. 1) Refactor storage dir struct for release. 2) Add a common 'user_config' model. 3)More friendly CLI experience
This commit is contained in:
+16
-16
@@ -1,19 +1,19 @@
|
||||
#[[tunnels]]
|
||||
#tunnel_id = "MyRoobot"
|
||||
#type="TelegramTunnel"
|
||||
#target="agent_1"
|
||||
[[tunnels]]
|
||||
tunnel_id = "MyRoobot"
|
||||
type="TelegramTunnel"
|
||||
target="agent_1"
|
||||
token="your_token"
|
||||
|
||||
#token=""
|
||||
|
||||
#[[tunnels]]
|
||||
#tunnel_id="MyEmailRobot"
|
||||
#type="EmailTunnel"
|
||||
#target="agent_1"
|
||||
[[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
|
||||
email="youremail@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