mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-18 12:34:24 -05:00
➖ Deleted: config/squid/conf.d/debian.conf config/squidguard/squidGuard.conf config/sq ➖
config/squid/conf.d/debian.conf config/squidguard/squidGuard.conf config/squid/squid.orig
This commit is contained in:
parent
ba8d1a51de
commit
1f4daa5587
@ -1,11 +0,0 @@
|
|||||||
#
|
|
||||||
# Squid configuration settings for Debian
|
|
||||||
#
|
|
||||||
|
|
||||||
# Logs are managed by logrotate on Debian
|
|
||||||
logfile_rotate 0
|
|
||||||
|
|
||||||
# For extra security Debian packages only allow
|
|
||||||
# localhost to use the proxy on new installs
|
|
||||||
#
|
|
||||||
#http_access allow localnet
|
|
File diff suppressed because it is too large
Load Diff
@ -1,38 +0,0 @@
|
|||||||
dbhome /data/squidguard/db
|
|
||||||
logdir /data/log/squid
|
|
||||||
|
|
||||||
dest adv {
|
|
||||||
domainlist adv/domains
|
|
||||||
urllist adv/urls
|
|
||||||
}
|
|
||||||
|
|
||||||
dest aggressive {
|
|
||||||
domainlist aggressive/domains
|
|
||||||
urllist aggressive/urls
|
|
||||||
}
|
|
||||||
|
|
||||||
dest porn {
|
|
||||||
domainlist porn/domains
|
|
||||||
urllist porn/urls
|
|
||||||
}
|
|
||||||
dest spyware {
|
|
||||||
domainlist spyware/domains
|
|
||||||
urllist spyware/urls
|
|
||||||
}
|
|
||||||
|
|
||||||
dest violence {
|
|
||||||
domainlist violence/domains
|
|
||||||
urllist violence/urls
|
|
||||||
}
|
|
||||||
|
|
||||||
dest warez {
|
|
||||||
domainlist warez/domains
|
|
||||||
urllist warez/urls
|
|
||||||
}
|
|
||||||
|
|
||||||
acl {
|
|
||||||
default {
|
|
||||||
pass !adv !aggressive !porn !spyware !violence !warez all
|
|
||||||
redirect https://REPLACE_ADDR?clientaddr=%a+clientname=%n+clientuser=%i+clientgroup=%s+targetgroup=%t+url=%u
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user