HEnquist / camillagui-backend

Backend server for camillagui
GNU General Public License v3.0
18 stars 4 forks source link

[CRITICAL] Add backend bind address configuration #46

Closed kholk closed 9 months ago

kholk commented 9 months ago

Add a "bind_address" configuration entry and make it default to all interfaces (0.0.0.0) to not change the old default behavior.

This is important as making the CamillaDSP GUI backend reachable from all networks may be a rather important security concern for multiple reasons. While at it, also document the new parameter in the README.md file.

HEnquist commented 9 months ago

Thanks, merging right away!