I have a server running Windows 10, and I want to host a proxy server on it which directs outbound traffic to an individual network interface.
I have looked around and have not been able to find a straightforward solution to this.
I have attempted to use Squid. Other serverfault threads such as this suggest the use of tcp_outgoing_address
, but this doesn't work for IP addresses which may change.
Is there a better way to create a HTTP/SOCKS Proxy server, of which the output can be easily bound to a specific network interface?