mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
e82e6ebe3f
- Changed process model from fork-on-connect to fork-pool. This dramatically improves the performance and allows it to scale to many more concurrent users. - Improved internationalisation language file support. - Image replacement for advert removal. - Added support for fully qualified addresses in banned and exception IP lists. - Added URL Greylists. - Added filter group support so different filtering settings can be used for different groups of users. - Added a '-g' gentle restart that does not kill current connections but filter group config is re-read. - Ident now uses X-Forwarded-For when DansGuardian is configured to use it. - Added a temporal denied page bypass facility. - It is no longer needed to run as root to bind to a low port. PR: ports/69625 Submitted by: Freddie Cash (maintainer)
23 lines
703 B
Plaintext
23 lines
703 B
Plaintext
DansGuardian is a web content filtering proxy for Linux, FreeBSD, OpenBSD,
|
|
and Solaris. It relies on a proxy server, such as Squid, for all fetching;
|
|
however, DansGuardian should work with any proxy server.
|
|
|
|
It filters using multiple methods, including:
|
|
- URL and domain filtering
|
|
- content phrase filtering
|
|
- PICS filtering
|
|
- MIME filtering
|
|
- file extension filtering
|
|
- POST filtering
|
|
- user and source IP filtering
|
|
|
|
This version also includes support for filter groups (simple ACLs),
|
|
pre-emptive blocking, improved URL caches, and fork pooling for
|
|
improved performance under heavy load.
|
|
|
|
WWW: http://dansguardian.org
|
|
WWW: http://backup.dansguardian.org
|
|
|
|
- Freddie Cash
|
|
fcash@sd73.bc.ca
|