diladele / webproxy

Web Filtering Proxy for Microsoft Windows is a web filtering proxy and secure web gateway for Microsoft Windows. It can decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages. The product deployed as a network service in Microsoft Windows and is managed by using Microsoft Management Console.
https://webproxy.diladele.com/
5 stars 3 forks source link

Listen on IPv4 and IPv6 #731

Open ra-at-diladele-com opened 2 months ago

ra-at-diladele-com commented 2 months ago

Currently we only listen on the IPv4 port 8080 or 8443 in WFP. To support IPv6 we need to listen on any IPv6 port too as described at https://stackoverflow.com/questions/31125229/accept-ipv4-and-ipv6-together-in-boostasio

ra-at-diladele-com commented 2 months ago

Note the change might mean:

ra-at-diladele-com commented 2 months ago

As amount of changes is significant - most probably we will postpone this for a while.