mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
dansguardian: fix trailing white spaces
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
committed by
Luka Perkov
parent
f7357407f8
commit
ae6f5aef85
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user