darkk / redsocks

transparent TCP-to-proxy redirector
http://darkk.net.ru/redsocks
3.33k stars 861 forks source link

compiling on Windows #103

Closed lornemartin closed 6 years ago

lornemartin commented 7 years ago

I am wondering about the feaseability of using this project as a Windows proxifier such as ProxyCap or Proxifier. So before I invest much time in it I would like to know, is there a technical reason that no one has ported this to Windows, or has there just not been any call for it?

darkk commented 6 years ago

is there a technical reason that no one has ported this to Windows

I have no permanent root access to machines running Windows to test and develop for these platforms. Moreover, I'm unsure if that's possible. squid does not support transparent-proxy mode on windows:

Squid features not operational: Transparent Proxy: missing Windows non commercial interception driver

So, it seems to me, it's not possible.

haohaolee commented 6 years ago

Actually, there is one interception driver called WinDivert https://reqrypt.org/windivert.html with LGPL license. So I think a transparent proxy for Windows is possible. @darkk