StreamDivert icon indicating copy to clipboard operation
StreamDivert copied to clipboard

Redirecting (specific) TCP, UDP and ICMP traffic to another destination.

Results 9 StreamDivert issues
Sort by recently updated
recently updated
newest added

I'm trying to divert all traffic from interface 1 to interface 2 Your readme states - Force redirected packets over a specific network interface. What would the config for this...

Hello. I am trying to take a windows application that doesn't support socks and send it's data over an existing socks5 proxy. Here is something that I found in the...

As the above description ![New Text Document](https://user-images.githubusercontent.com/18320809/106218768-9097e200-620a-11eb-9eeb-6f1a9716b287.png)

enhancement

Right now you can relay DNS packets but they don't seem to be accepted by target servers. Could DNS traffic be properly supported so that it can be transparently relayed...

enhancement

For a specific relay application I like to change the diverted streams on the fly. It is unclear whether this is possible with current StreamDivert. I like to add and/or...

enhancement
wontfix

issue: Currently, TCP out only the same port is supported file: OutboundDivertProxy.cpp line:104 current: tcp_hdr->DstPort = htons(record->forwardPort); right: tcp_hdr->DstPort = htons(record->dstPort);

Greetings! I LOVE this program that you made as it helps me play old classic LAN games over the internet once more, without the need of using a VPN service....

The port and IP in the "selector" rule are swapped in the example configuration file on `README.md`. ```bash //Divert all inbound TCP connections to port 445 (SMB) coming from 10.0.1.50...

We could use StreamDivert in some use case, with some modifications (I had to fix a bug), but I would like to ask if the license allows it? I can't...