Is it possible to listen to multiple host adresses so that I can listen to localhost requests AND private IP requests?
something like:
network.host: "127.0.0.1", "192.168.1.4"
In fact yes it is. Use the JSON notation.
This is what I used in my configuration: network.bind_host: ["yourhost", "localhost"]
and network.publish_host: yourhost
as you don't want to send multicast packets on the loopback interface.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With