pimusicbox / mopidy-musicbox-webclient

Web Client for Mopidy Music Server and the Pi MusicBox
https://www.pimusicbox.com
Apache License 2.0
398 stars 106 forks source link

support IPv6 address #266

Closed xiongyihui closed 5 years ago

xiongyihui commented 5 years ago

As socket.gethostbyname() only supports IPv4, use socket.getaddrinfo() instead to support IPv6 address.

Solve the issue #265

kingosticks commented 5 years ago

Thanks!