You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently corvus always listens on 0.0.0.0, making it globally reachable over the machine's interfaces.
Additionally, the configuration parameter is called bind but sets the port corvus listens on.
It would be desirable to be able to configure the interface to listen to for incoming connection (e.g. 127.0.0.1 aka localhost only).
Redis also uses bind for the interfaces and port for the actual port it is listening to.
In addition, this would make it possible to add IPv6 support as well.
The text was updated successfully, but these errors were encountered:
Currently corvus always listens on 0.0.0.0, making it globally reachable over the machine's interfaces.
Additionally, the configuration parameter is called
bind
but sets the port corvus listens on.It would be desirable to be able to configure the interface to listen to for incoming connection (e.g. 127.0.0.1 aka localhost only).
Redis also uses
bind
for the interfaces andport
for the actual port it is listening to.In addition, this would make it possible to add IPv6 support as well.
The text was updated successfully, but these errors were encountered: