Add support for binding to a specific local address and port
This adds a new argument, bindport
, which is a tuple of (address, port)
to bind to when making a connection. It can be useful for supporting vhosts.
This adds a new argument, bindport
, which is a tuple of (address, port)
to bind to when making a connection. It can be useful for supporting vhosts.