Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


*HELP* Secure Moode Audio Player from other People
#5
Hey,

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
Reply


Messages In This Thread
RE: *HELP* Secure Moode Audio Player from other People - by TookaFace - 10-18-2020, 07:48 AM

Forum Jump: