Hi Michael, On Thu, Mar 27, 2025 at 04:43:49PM +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.
I think this looks good, but one last thing. We require contributors to use a Signed-off-by line to show they have the right to and grand others rights to use their contribution. See the CONTRIBUTING file: https://sourceware.org/cgit/elfutils/tree/CONTRIBUTING#n15 Thanks, Mark