You can define multiple IPV4 addresses or hostnames separated by comma. You can write the port direct into the hostname.
For example:
Code: Select all
localhost,localhost:8080,localhost:9090
In cfg\init.txt you can define extra bindings for SSL. For example:
Code: Select all
httpsHost = 127.0.0.1, 127.0.0.1:4430
You can also bind to all IP addresses available with:
Code: Select all
httpHost = all
httpsHost = all
Code: Select all
localhost_9090=localhost:9090;C:\localhost_9090