From 0a4619f34e852e70aabf7c024271d5d5076ded2c Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 27 Jan 2015 22:05:29 +0000 Subject: [PATCH] mpd: bind to any address allows clients in the network to connect --- mpd/mpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.48.1