diff options
Diffstat (limited to '.config/mpd')
-rw-r--r-- | .config/mpd/mpd.conf | 6 |
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. |