i have a net.Socket object and an TLS connection object. I have multiple ips on my machine, how can i bind on one of them by choice, here's what i'ved tried:
- creating the socket with localAddress option - not working.
- net.connect with localAddress option (seems that tis tries to make the connection again so it's not working)
- net.createConnection, same story.
i have a net.Socket object and an TLS connection object. I have multiple ips on my machine, how can i bind on one of them by choice, here's what i'ved tried: