aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/squidguard/squidGuard.conf.blocksites
blob: eaa8cdeef05159afc8ada1ee5ff7ad3347ee8c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
logdir /var/log/squidGuard
dbhome /etc/squidGuard/db

dest blockedsites {
	domainlist blockedsites
}

acl {
	default {
		pass !blockedsites all
		redirect http://www.sample.com/empty.png
	}
}