<% local form = ... require("viewfunctions") %> <% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(form)) io.write("
") --]] %>

SYSTEM INFO

<% local myform = form.info local tags = { "status", "version", "autostart", } displayinfo(myform,tags,"viewonly") %>

General Information

DansGuardian is web content filtering software.
It works as a web proxy, making web requests in behalf of the client, and inspecting the returned content before passing on to the client.
DansGuardian uses phraselists to identify harmful content.
This means that updated "blacklists" are generally not necessary.
DansGuardian must be used in combination with a "smart proxy", such as squid.

This process runs as a service.
When you make and save changes, the configuration files for the service are changed.
However, the changes will not be applied until you restart the service.