-
Notifications
You must be signed in to change notification settings - Fork 3
Home
karlhiramoto edited this page Jun 30, 2011
·
14 revisions
(NFQNF) Netfilter Queue Web Filter
- Web (HTTP) content filter.
- Plugable filters ( hostname, URL string, anti-virus, IP , time ranges)
- Rules based, rules contain 0 or many filters.
- Designed to be faster than traditional proxy servers (squid, tinyproxy, et al) as there are less bytes transfered between the kernel and user-space
- Only works on linux, uses the linux NF_QUEUE feature
- Lightweight, and scalable, can be run on tiny embedded processor in SOHO router, up to large machines with many core CPUs
- A caching proxy
See NFQWF Install page.
See NFQWF Configuration page.
A lot of testing needs to be done. Bug reports with repeatable test cases are very welcome, as are patches.
- google safe-browsing This depends on a C API to google safe browsing though.
- squidgaurd filters that read the same blacklist files as http://www.squidguard.org/
- Multiple DNS blacklisting services, (OpenDNS, ScrubIT, Google, et al)