Hey,
To protect mpd server you could set mpd to listen only on localhost:
In /etc/mpd.conf
Instead of:
To make this permanent:
For webgui password protecting, check here:
http://moodeaudio.org/forum/showthread.php?tid=341
To protect mpd server you could set mpd to listen only on localhost:
In /etc/mpd.conf
Code:
bind_to_address "localhost"
Instead of:
Code:
bind_to_address "any"
To make this permanent:
Code:
moodeutl -q "UPDATE cfg_mpd SET VALUE = 'localhost' WHERE PARAM = 'bind_to_address'"
For webgui password protecting, check here:
http://moodeaudio.org/forum/showthread.php?tid=341