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

Don't listen on all interfaces(default) #12

Closed
jsvisa opened this issue Sep 22, 2017 · 6 comments
Closed

Don't listen on all interfaces(default) #12

jsvisa opened this issue Sep 22, 2017 · 6 comments

Comments

@jsvisa
Copy link

jsvisa commented Sep 22, 2017

Listen on the given net interface of ip address is a better choice.

@m3ng9i
Copy link
Owner

m3ng9i commented Sep 27, 2017

I'll think about it. Thanks.

@flazzarini
Copy link

+1 on that feature. I really like this project however not being able to bind to only interface is a no go for me.

@charlesa101
Copy link

+1 on this as well

@maxadamo
Copy link

+1 you may have containers, other interfaces and you don't want to take the socket.

@m3ng9i
Copy link
Owner

m3ng9i commented Jun 23, 2020

I'll add a -bind-ip option to solve this problem. With this option, you can bind one or more IP addresses to the ran web server.

@m3ng9i
Copy link
Owner

m3ng9i commented Jun 27, 2020

ran v0.1.5 has been released, try the -b or -bind-ip option to bind IP addresses:

ran -b=127.0.0.12,192.168.0.34

@m3ng9i m3ng9i closed this as completed Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants