diff options
Diffstat (limited to 'config/dansguardian/dansguardian.conf.template')
-rwxr-xr-x | config/dansguardian/dansguardian.conf.template | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config/dansguardian/dansguardian.conf.template b/config/dansguardian/dansguardian.conf.template index 7b3fcc4c..993ea72e 100755 --- a/config/dansguardian/dansguardian.conf.template +++ b/config/dansguardian/dansguardian.conf.template @@ -126,10 +126,10 @@ statlocation = '/var/log/dansguardian/stats' {$filterports} # the ip of the proxy (default is the loopback - i.e. this server) -proxyip = 127.0.0.1 +proxyip = {$proxyip} # the port DansGuardian connects to proxy on -proxyport = 3128 +proxyport = {$proxyport} # Whether to retrieve the original destination IP in transparent proxy # setups and check it against the domain pulled from the HTTP headers. @@ -182,9 +182,7 @@ custombannedimagefile = '/usr/local/share/dansguardian/transparent1x1.gif' #Banned flash replacement usecustombannedflash = {$usecustombannedflash} -custombannedflashfile = '/usr/local/share/dansguardian/blockedflash.swf' - - +{$custombannedflashfile} # Filter groups options # filtergroups sets the number of filter groups. A filter group is a set of content |