Anyone, please help me.
1 Replies
To bind to all IPv4 addresses, you can specify the bind ip address of 0.0.0.0
. To bind to all IPv4 and IPv6 addresses, you can specify the bind ip address of ::,0.0.0.0
or alternatively, use the new net.bindIpAll
setting or the new command-line option --bind_ip_all
.