Feature Description
I’d like to send data from an Overwolf app to a local home automation service. However externally_connectable
requires to define hostnames with wildcards.
It would be great if there would be a way to allow the app to connect to local services in class A, B and C nets or add a wildcard for the .local special TLD
Impact for my app
High
What is your current pain point?
I currently have to force users to connect their local home automation instance through a cloud service that adds latency and unnecessary internet traffic.
What do you have in mind to solve it?
- Add an option
locally_connectable
to the manifest that allows connections to class A, B and C net ip addresses - Allow
https://*.local
as a valid entry forexternally_connectable