[PATCH] debuginfod: add --listen-address option
Mark Wielaard
mark@klomp.org
Fri Mar 28 11:20:42 GMT 2025
Hi Michael,
On Thu, 2025-03-27 at 17:06 +0100, Michael Trapp wrote:
> Use MHD_OPTION_SOCK_ADDR to bind the http listen socket to a single address.
> The address should be an IPv4 or IPv6 address configured on the system:
> --listen-address=127.0.0.1
> --listen-address=::1
> --listen-address='LOCAL_IPv4|IPv6_ADDRESS'
> As debuginfod does not include any security features, a listen on the
> localhost address is sufficient for a HTTP/HTTPS reverse-proxy setup.
>
> Signed-off-by: Michael Trapp <michael.trapp@sap.com>
> ---
> debuginfod/debuginfod.cxx | 115 ++++++++++++++++++++++++++------------
> doc/debuginfod.8 | 5 ++
> 2 files changed, 84 insertions(+), 36 deletions(-)
Looks good, pushed as is.
Thanks,
Mark
More information about the Elfutils-devel
mailing list