Change listening host?
Hi,
I've setup a slave, but it's on a server with a lot of IP adresses, so I'd like to use one specific IP in the listen-configuration. Currently, Cronicle has created a TCPv6 listener, for ANY address (ie. ::). I suppose the IPv4 listener didn't get created, due to some other app using the port I've set.
How can I specify the address to listen to?
Note: I was able to hack the pixl-server-web to listen to a specific host. This is not a good solution, so I'm looking forward to being able to specify this in the configs :)
I know that this comment cannot help you (because it's too late to response to your issue =)) ) , but I've also faced with this issue and after a couple of hours, I've found that we can set specific listen address by adding below object to the config file ( As this documentation said : https://github.com/jhuckaby/pixl-server-web#http_bind_address) : "http_bind_address": "127.0.0.1"
Hope this comment can help others if they face the same issue :))
I know that this comment cannot help you (because it's too late to response to your issue =)) ) , but I've also faced with this issue and after a couple of hours, I've found that we can set specific listen address by adding below object to the config file ( As this documentation said : https://github.com/jhuckaby/pixl-server-web#http_bind_address) : "http_bind_address": "127.0.0.1"
Hope this comment can help others if they face the same issue :))
I'm glad you did! It helped me out, thank you.