ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

Allow users to specify an IP address to bind. #490

Closed botmtl closed 6 years ago

botmtl commented 6 years ago

Like the title says.

Problem it solves: Aside from the obvious more-control-is-better, Tornado reports binding a host-only address on my computer instead of the network available interface.

ukdtom commented 6 years ago

Will evaluate soon, and if okay, merge into tommy-work branch

ukdtom commented 6 years ago

This will sadly not work....

Some users want it to listen on multiple IP addresses....

As such, it should be a comma separated list of IP addresses, and then a bind has to be made towards them all....

Also, due to future stuff, we need to bind to loopback address (IPv4) as well, and that is mandatory

So if you could add that, I'll merge