polipo icon indicating copy to clipboard operation
polipo copied to clipboard

Windows IPv6 Support

Open war59312 opened this issue 8 years ago • 3 comments

Hi,

Should would be nice if Polipo supported IPv6 on Windows.

Thanks,

Will

war59312 avatar Mar 06 '16 07:03 war59312

The problem is there are a lot of work need to be done. Windows binary can be compiled from mingw(cross compile)/cygwin/mingw(msys). Some compile-time macros need to be corrected. For example, mingw(msys) does not define WIN32. To make things worse, polipo can't do DNS query on windows(relies on system resovle)

ir193 avatar Mar 11 '16 09:03 ir193

I agree, it would be nice. For now, please use a Unix system ;-)

jech avatar Mar 23 '16 23:03 jech

there exists a visual studio port but dated a few versions (years) back that support IPv6 on Windows