Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change listening host? #129

Open
LordMike opened this issue Oct 21, 2018 · 3 comments
Open

Change listening host? #129

LordMike opened this issue Oct 21, 2018 · 3 comments

Comments

@LordMike
Copy link

LordMike commented Oct 21, 2018

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
Copy link
Author

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

@mrkiani98
Copy link

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

@Orfeous
Copy link

Orfeous commented Jan 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants