Closed AlexRFox closed 1 year ago
I made this for myself, and figured I'd put it in a PR in case it's helpful for other people too. It adds --with-port-low and --with-port-high to ./configure so that you can compile in a different default range.
./configure
./configure --with-port-low=51001 --with-port-high=51999
Will change it to search 51001-51999 instead of the default, 60001-60999.
Unfortunately this PR would conflict with our plans in #365 and #431. Thanks for sharing your contribution!
I made this for myself, and figured I'd put it in a PR in case it's helpful for other people too. It adds --with-port-low and --with-port-high to
./configure
so that you can compile in a different default range../configure --with-port-low=51001 --with-port-high=51999
Will change it to search 51001-51999 instead of the default, 60001-60999.