commit af6b9e32cbeadf54de535671f1479b3fce2b6f73
parent 59770b1cb2bfcc3016a500c0fe8cb01b83950d35
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 21 Dec 2018 11:43:39 +0100
Only serve mpd on localhost
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/links/.config/mpd/mpd.conf b/links/.config/mpd/mpd.conf
@@ -79,6 +79,7 @@ sticker_file "~/.mpd/sticker.sql"
#
# For network
#bind_to_address "any"
+bind_to_address "localhost"
#
# And for Unix Socket
#bind_to_address "~/.mpd/socket"