jcorporation / myMPD

myMPD is a standalone and mobile friendly web mpd client with a tiny footprint and advanced features.
https://jcorporation.github.io/myMPD/
GNU General Public License v3.0
419 stars 65 forks source link

Reading dns server from resolv.conf does not work on musl (Alpine Linux) #461

Closed jcorporation closed 3 years ago

jcorporation commented 3 years ago

Cause: musl libc does not implement a working res_init() function. This function is used by myMPD to get the dns server setting from the operating system.

Originally posted by @helkaluin in https://github.com/jcorporation/myMPD/discussions/460

jcorporation commented 3 years ago

@helkaluin: can you test the devel branch? myMPD now reads the resolv.conf directly.

helkaluin commented 3 years ago

I can confirm that it works on the devel image.