dansguardian: fix trailing white spaces
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
parent
f7357407f8
commit
ae6f5aef85
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ config dansguardian 'dansguardian'
|
||||||
option filecachedir '/tmp'
|
option filecachedir '/tmp'
|
||||||
option filtergroups '1'
|
option filtergroups '1'
|
||||||
option filtergroupslist '/etc/dansguardian/lists/filtergroupslist'
|
option filtergroupslist '/etc/dansguardian/lists/filtergroupslist'
|
||||||
option filterip ''
|
option filterip ''
|
||||||
option filterports '8080'
|
option filterports '8080'
|
||||||
option forcequicksearch 'off'
|
option forcequicksearch 'off'
|
||||||
option forwardedfor 'off'
|
option forwardedfor 'off'
|
||||||
|
|
|
@ -94,7 +94,7 @@ start_service() {
|
||||||
reverseclientiplookups scancleancache showweightedfound softrestart trickledelay urlcacheage urlcachenumber \
|
reverseclientiplookups scancleancache showweightedfound softrestart trickledelay urlcacheage urlcachenumber \
|
||||||
urlipcfilename usecustombannedflash usecustombannedimage usexforwardedfor weightedphrasemode
|
urlipcfilename usecustombannedflash usecustombannedimage usexforwardedfor weightedphrasemode
|
||||||
|
|
||||||
validate_dansguardian_section dansguardian || {
|
validate_dansguardian_section dansguardian || {
|
||||||
echo "validation failed"
|
echo "validation failed"
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
|
@ -332,7 +332,7 @@ deepurlanalysis = off
|
||||||
#threshold
|
#threshold
|
||||||
# this is in seconds. If 'violations' occur in 'threshold' seconds, then
|
# this is in seconds. If 'violations' occur in 'threshold' seconds, then
|
||||||
# a notification is made.
|
# a notification is made.
|
||||||
# if this is set to 0, then whenever the set number of violations are made a
|
# if this is set to 0, then whenever the set number of violations are made a
|
||||||
# notifaction will be sent.
|
# notifaction will be sent.
|
||||||
#!! Not compiled !!threshold = 0
|
#!! Not compiled !!threshold = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue