-
-
Notifications
You must be signed in to change notification settings - Fork 312
Description
Request
Currently if the DNS server is not reachable (e.g. no Wi-Fi/cellular reception) Feather fails entirely to sideload apps. The reason is that it uses backloop.dev for the local server, which cannot be resolved if the phone is offline.
Another issue are that some DNS providers have localhost rebinding protection which prevents domains from pointing to localhost IPs i.e. backloop.dev doesn’t work. AFAIK AdGuard, Quad9, and NextDNS do that by default.
In order to fix this, Feather could have an option to use localhost directly instead of backloop.dev. Compared to something like backloop.dev it would require to install a certificate on the system, but the upside is that it could work offline entirely.
Would it be possible to add such a sideloading method to Feather? Thank you!
Request Agreement
- I have read the requirements for opening an issue above
Contributor Checks
- I am willing to attempt to make a pull request with these requested features