Closed tspivey closed 1 year ago
Currently, there's no way to bind to a specific interface or IP address in listen(). If we have a listener that's only meant to listen on localhost (e.g. designed to be used with stunnel), there's no way to do this other than with a firewall.
listen()
Currently, there's no way to bind to a specific interface or IP address in
listen()
. If we have a listener that's only meant to listen on localhost (e.g. designed to be used with stunnel), there's no way to do this other than with a firewall.