here is a python helper I wrote with help of previous posts. It takes
sni info from squid and returns OK if the domain is in
/etc/squid/domains_nobump.acl (I am not a coder..) Problem is it works
good for intercepted browser traffic but doesn't work when a user
tries to use an app on an eg android
Hi.
Squid uses mmap() call from 3.4.x, and mmap() on FreeBSD it has one
specific flag - MAP_NOSYNC, which prevents dirtied pages from being
flushed on disk:
MAP_NOSYNCCauses data dirtied via this VM map to be flushed to
physical media only when necessary (usually by
Hi Dan,
This appears by a breakage in the 3.5 snapshots' GNU atomics detection.
Though we are still not sure why the error occurs yet with atomics disabled.
Snapshots labelled r13783 or later available in a few hrs should be fixed.
Cheers
Amos
On 27/03/2015 11:47 a.m., Dan Charlesworth wrote: