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://www.diladele.com/webproxy/
5 stars 3 forks source link

Try packing python reporter as folder, not one file #497

Closed ra-at-diladele-com closed 2 years ago

ra-at-diladele-com commented 2 years ago

The reporter runs every 60 seconds - and if it is one file - this gets extracted into the temp folder; windows defender scans it and then after report is built - the folder is deleted - so loop of very inefficient unpacking is constantly using HDD.

ra-at-diladele-com commented 2 years ago

Ok now it is a folder - not just one file - seems to work normally.