Browse Source

dansguardian: fix trailing white spaces

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
lilik-openwrt-22.03
Marko Ratkaj 10 years ago
committed by Luka Perkov
parent
commit
ae6f5aef85
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      net/dansguardian/files/dansguardian.config
  2. +1
    -1
      net/dansguardian/files/dansguardian.init
  3. +1
    -1
      net/dansguardian/files/dansguardianf1.conf

+ 1
- 1
net/dansguardian/files/dansguardian.config View File

@ -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'


+ 1
- 1
net/dansguardian/files/dansguardian.init View File

@ -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
}


+ 1
- 1
net/dansguardian/files/dansguardianf1.conf View File

@ -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…
Cancel
Save