mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-13 05:22:34 +00:00
fix(userspace/falco): listen to proper host in webserver
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
@@ -66,7 +66,7 @@ void falco_webserver::start(
|
||||
{
|
||||
try
|
||||
{
|
||||
this->m_server->listen("localhost", listen_port);
|
||||
this->m_server->listen("0.0.0.0", listen_port);
|
||||
}
|
||||
catch(std::exception &e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user