summaryrefslogtreecommitdiffstats
path: root/.config/mpd
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-12 09:26:05 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-12 09:26:05 +0200
commit7efb683512712bf5d1bdbb4baa1e5047acb65700 (patch)
tree7363cffad1fa325d610a8f7b75bf2ac2410d47ca /.config/mpd
parentupdate (diff)
downloaddotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.tar.gz
dotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.tar.bz2
dotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.tar.xz
dotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.tar.zst
dotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.zip
mpd rework on localhost
Diffstat (limited to '.config/mpd')
-rw-r--r--.config/mpd/mpd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index cd684e6..95b844d 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -81,11 +81,11 @@ group "jozan"
#
# For network
# bind_to_address "any"
-# bind_to_address "localhost"
-bind_to_address "192.168.1.79"
+bind_to_address "localhost"
+# bind_to_address "192.168.1.79"
#
# And for Unix Socket
-bind_to_address "/usr/home/jozan/.local/share/mpd/socket"
+# bind_to_address "/usr/home/jozan/.local/share/mpd/socket"
#
# This setting is the TCP port that is desired for the daemon to get assigned
# to.