jech / polipo

The Polipo caching HTTP proxy
http://www.pps.jussieu.fr/~jch/software/polipo/
MIT License
1.8k stars 354 forks source link

Windows IPv6 Support #82

Open war59312 opened 8 years ago

war59312 commented 8 years ago

Hi,

Should would be nice if Polipo supported IPv6 on Windows.

Thanks,

Will

ir193 commented 8 years ago

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)

jech commented 8 years ago

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

Opensourcecommunitydevelopment commented 7 years ago

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