Hi Michael,
On Thu, 2025-03-13 at 12:05 +0100, Michael Trapp wrote:
> Use MHD_OPTION_SOCK_ADDR to bind the http listen socket to a single address.
> The address can be any IPv4 or IPv6 address configured on the system:
> --http-addr=127.0.0.1
> --http-addr=::1
> --http-addr='ANY_ACTIVE
Hi Michael,
On Thu, Mar 20, 2025 at 02:58:34PM +, Trapp, Michael wrote:
> > Am 19.03.2025 um 13:35 schrieb Mark Wielaard :
> > The code itself does look ok, although I think it could be simplified a
> > little if we go for something like --listen-local only (assuming that
> > makes sense).
>
Hi Mark,
> Am 19.03.2025 um 13:35 schrieb Mark Wielaard :
>
> Hi Michael,
>
> On Thu, 2025-03-13 at 12:05 +0100, Michael Trapp wrote:
>> Use MHD_OPTION_SOCK_ADDR to bind the http listen socket to a single address.
>> The address can be any IPv4 or IPv6 address configured on the system:
>>--h