This commit is contained in:
Robert Resch 2021-06-02 14:02:36 +02:00
parent 2f61eef73e
commit a3e9463821
No known key found for this signature in database
GPG key ID: 6B360759EB2ACAEE
2 changed files with 2 additions and 2 deletions

View file

@ -195,7 +195,7 @@ else:
logging.getLogger("asyncio").setLevel(logging.CRITICAL + 1) # Ignore this logger
# iptables -A PREROUTING -t nat -i wlp0s20f3 -p tcp --dport 443 -j REDIRECT --to-port 8883
mqtt_listen_port = 8883
conf1_listen_port = 443
conf2_listen_port = 8007

View file

@ -50,7 +50,7 @@ def config_proxyMode_defaults():
{"type":"app","host":"eco-us-api.ecovacs.com","ip":"47.89.135.130","match":"eco-"},
{"type":"app","host":"ecovacs.com","ip":"47.90.210.46"},
{"type":"app","host":"ecouser.net","ip":"116.62.93.217"},
{"type":"mqtt_server","host":"mq-ww.ecouser.net","ip":"47.254.52.46"},
{"type":"mqtt_server","host":"mq-ww.ecouser.net","ip":"47.254.143.26"},
]
opendb = db_get()
with opendb: