diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2012-01-27 17:08:33 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-01-27 17:08:33 -0200 |
commit | f1415041a0c45bd986772356dc72581fe716de99 (patch) | |
tree | 8564ed983c77c33dd5f265e07402e8543e9bdc9c /config/dansguardian/dansguardian.conf.template | |
parent | 940f2a25c862ae3cb891540b7f1dd12e7a71a9f7 (diff) | |
download | pfsense-packages-f1415041a0c45bd986772356dc72581fe716de99.tar.gz pfsense-packages-f1415041a0c45bd986772356dc72581fe716de99.tar.bz2 pfsense-packages-f1415041a0c45bd986772356dc72581fe716de99.zip |
dansguardian - fix some bugs and missing xml fields
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 |