From: Samir Benmendil Date: Tue, 27 Jan 2015 22:05:29 +0000 (+0000) Subject: mpd: bind to any address X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/0a4619f34e852e70aabf7c024271d5d5076ded2c?ds=sidebyside mpd: bind to any address allows clients in the network to connect --- diff --git a/mpd/mpd.conf b/mpd/mpd.conf index fa0126b..7973ac7 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -1,7 +1,7 @@ # An example configuration file for MPD can be found at: # /usr/share/doc/mpd/ -bind_to_address "localhost" +bind_to_address "any" bind_to_address "/var/run/user/1000/mpd.socket" music_directory "~/music" playlist_directory "~/.local/share/mpd/playlists"