zefie / zefie_wtvp_minisrv

This node.js project provides a mini WebTV Server, with encrypted WTVP (WebTV Protocol) support.
GNU General Public License v3.0
45 stars 9 forks source link

Autocalculate ports #25

Open Sgeo opened 6 months ago

Sgeo commented 6 months ago

Is there a reason that ports must be manually configured?

Sadly, on my Windows machine, there's so much random stuff running, including Docker and Oculus software, that uses ports in the range that minisrv uses by default.

zefie commented 6 months ago

It is mostly to emulate the original service, technically all of the ports could be set to the same value, just set nobind: true for all except the first entry for the port.