Cronicle icon indicating copy to clipboard operation
Cronicle copied to clipboard

Change listening host?

Open LordMike opened this issue 7 years ago • 3 comments

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?

LordMike avatar Oct 21 '18 17:10 LordMike

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 :)

LordMike avatar Oct 21 '18 20:10 LordMike

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 :))

mrkiani98 avatar Sep 09 '21 15:09 mrkiani98

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.

Orfeous avatar Jan 18 '23 13:01 Orfeous