#HiveD can now listen to #IPv6 requests. Unfortunately #dual-stack still not implemented, so one must chose between one of the following configurations:
webserver-http-endpoint = [::1]:8080
or
webserver-http-endpoint = 0.0.0.0:8080
But not both at once.