Default IP should not be 0.0.0.0 as it conflicts with server nodes.
RainbowTabitha opened this issue ยท 3 comments
You can bind to other IPs by manually adding a line to webserver.conf
like this:
ip: 127.0.0.1
The option is hidden, because in 99.999% of cases, it works just fine. In fact, it used to not be hidden, and we'd get dozens of people with questions about why their map wasn't working. It was because they'd assigned the wrong IP.
So the option was hidden, but not removed, to prevent people from messing it up.