Say I have two interfaces: one low latency but low bandwidth (ifA) and one high latency but high bandwidth (ifB). For example, ifA might be a wired DSL connection while ifB might be a 5G mobile connection.
Would it be possible to support binding applications to a specific interface? There are programs like ForceBindIP but they are unreliable and outdated. It looks like Mudfish already supports a better method for interception via WFP filtering, only I would like filtered traffic to go to an interface rather than through a VPN node.
In other words, I would like for default traffic to go via ifA but for specific exe traffic to go via ifB. Would this be possible?