alexkirsz / dispatch

Combine internet connections, increase your download speed
Apache License 2.0
391 stars 32 forks source link

[improvement] don't dispatch to not connected interface #34

Open 50494554524F opened 7 months ago

50494554524F commented 7 months ago

(just discovered your utility, very nice and useful, thanks)

if i use

dipatch start ip ipnotconnected

it works, really good because i don't have to change the start command when i have an interface not connected...

but... dispatch still tries to send requests to the ipnotconnected interface

could be useful to check on startup the ips so no more errors while using internet

thanks