Don't listen on all interfaces(default)
jsvisa opened this issue · 6 comments
jsvisa commented
Listen on the given net interface of ip address is a better choice.
m3ng9i commented
I'll think about it. Thanks.
flazzarini commented
+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 commented
+1 on this as well
maxadamo commented
+1 you may have containers, other interfaces and you don't want to take the socket.
m3ng9i commented
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 commented
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