palavatv / signaltower

Signaling server for WebRTC video-/audio conferencing using the palava protocol
https://palava.tv
GNU General Public License v3.0
39 stars 7 forks source link

Feature Request: Provide Websocket Interface as Cmd Option #29

Open erikzenker opened 4 years ago

erikzenker commented 4 years ago

Problem: The websocket is currently bound to all interfaces on 0.0.0.0 and with #23 also to 127.0.0.1 by env variable. One might bind the websocket to a particular interface without further software.

Solution: Provide a command line option e.g.: -i 0.0.0.0 which leaves the configuration of the interface up to the user.