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
{{ message }}
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
By default, the http endpoint is started on the IPv4 wildcard address.
It may be desirable to restrict this to a specific address (see issue github#58).
config.json:
Expected: brubeck should bind only to the loopback interface / 127.0.0.1.
Actual: brubeck binds it's http listener on all interfaces (see
*:8080
below)Possible fix is to parse out the address from the "http" bind string and pass along as MHD_OPTION_SOCK_ADDR in
brubeck_http_endpoint_init
.See
brubeck/src/http.c
Line 258 in c3b66aa
The text was updated successfully, but these errors were encountered: