pin / tftp

TFTP server and client library for Golang
MIT License
289 stars 74 forks source link

Is there a Dial with Options support for outbound connections? #57

Closed kesavankm closed 2 years ago

kesavankm commented 4 years ago

If the inbound connections are bound a specific interface (wlan0 vs eth0), how can I instruct the outbound connections to also be bound to this interface?

Thanks for your contribution.

31337Ghost commented 3 years ago

Might it be only the OS decision? In that case outgoing interface could be "set" by adding a specific route in the OS to the client IP address.

pin commented 2 years ago

Probably #58 developed by @VictorLowther covers exactly that. Please feel free to reopen if it is not what you need.