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 filtergroups '1'
|
||||
option filtergroupslist '/etc/dansguardian/lists/filtergroupslist'
|
||||
option filterip ''
|
||||
option filterip ''
|
||||
option filterports '8080'
|
||||
option forcequicksearch 'off'
|
||||
option forwardedfor 'off'
|
||||
|
|
|
@ -94,7 +94,7 @@ start_service() {
|
|||
reverseclientiplookups scancleancache showweightedfound softrestart trickledelay urlcacheage urlcachenumber \
|
||||
urlipcfilename usecustombannedflash usecustombannedimage usexforwardedfor weightedphrasemode
|
||||
|
||||
validate_dansguardian_section dansguardian || {
|
||||
validate_dansguardian_section dansguardian || {
|
||||
echo "validation failed"
|
||||
return 1
|
||||
}
|
||||
|
|
|
@ -332,7 +332,7 @@ deepurlanalysis = off
|
|||
#threshold
|
||||
# this is in seconds. If 'violations' occur in 'threshold' seconds, then
|
||||
# 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.
|
||||
#!! Not compiled !!threshold = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue