dispatch
dispatch copied to clipboard
Added way to specify interfaces for IP's
Fixes #26.
The new format for IP's is <address>[@interface][@priority].
I'm not experienced enough of a Rustacean to make a new whole command, but this works excellently for me.
The trick is to use socket.bind_device.
Doesn't build on Windows.
Check https://github.com/alexkirsz/dispatch/issues/26#issuecomment-1862499664
Implemented as part of #36