Rafostar / clapper

Level up your video experience with a modern and user-friendly media player.
https://rafostar.github.io/clapper/
GNU General Public License v3.0
773 stars 36 forks source link

webServer: Listen on all interfaces #364

Closed Rafostar closed 1 year ago

Rafostar commented 1 year ago

Listen on all network interfaces for incoming connections.

Previous soup_server_listen_local() only listens on local loopback device preventing access from network, so use listen_all() instead to allow access through any interface.