Trying to use Node's experimental http2-module and want to select the network interface used for outbound connections.
Using the standard http-module in node, this can be done by specifying either the localAddress
-argument on a connection or a socket as detailed in this SO-answer.
Unfortunately, the localAddress
-argument is nowhere to be found in the http2-docs.
Is this possible?