]> git.rmz.io Git - dotfiles.git/commitdiff
mpd: bind to any address
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 27 Jan 2015 22:05:29 +0000 (22:05 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 27 Jan 2015 22:05:29 +0000 (22:05 +0000)
allows clients in the network to connect

mpd/mpd.conf

index fa0126b18e50af6976d784ef220204e0c74e1b43..7973ac7a8c4b7feb4de7934e1f101a72fba2974b 100644 (file)
@@ -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"