Feature request: outgoing interface from passthrough.py
Possible to add token in python passthrough to specifify the outgoing interface for rdpproxy to reach the target host.
Why do you need that for ? The ip address of the target should be enough. Or maybe you have several VLANs using the same range of local addresses ? Nevertheless this should not be hard to do. We could also provide some other socket options for target socket like TCP_NODELAY or TCPQUICKACK which can have an effect on performance.
This is when you several network cards with segmented networks + Firewall For example : you have eth1 eth2 -> eth0 -> WAN and eth2 is a DMZ this should be easy to set to rdpproxy to use the eth2 when connection pass from eth0