Setup mDNS resolving
Hey, I'm really happy implementing Gotify for my device communication (Esp32 devices and android phones). It is installed on a Raspberry PI Zero W (For which I had to use the ARMv6 compiled here https://github.com/gotify/server/issues/99#issuecomment-748902160). Everything is going perfect except for mDNS resolution for the raspberry running the Gotify server. My web browser solves perfectly and I could make the ESP32 devices work (Manually implementing mDNS resolution), but the Android app does not resolves the name server. I understand that it would require a change in the Android app to manually perform the resolution and use the fetched IP afterwards. It would be a really cool feature. Thanks!
Do other android app for self-hosted servers support this?