nProbe
nProbe copied to clipboard
ZMQ not binding on IPv6
When using the config flag --zmq "tcp://*:5556" nprobe binds on all IPv4 interfaces only.
And if there is an attempt to bind specifically on a IPv6 address such as --zmq "tcp://[2001:db8:1234::1]:5556"
There is an error [util.c:6370] Unable to bind ZMQ endpoint
It is almost 2024 please get proper ipv6 support working.