summaryrefslogtreecommitdiff
blob: 76f4648948b5c05ae4d4eb2d0525e2d44c3b1f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- sh -*-
# $Id$

# Tables to re-generate when starting or reloading ufdbguard
UFDB_GT="alwaysallow alwaysdeny"

# Options passed to ufdbGenTable when generating the tables listed in
# UFDB_GT
GENTABLE_OPTIONS="-W"

# User under which to run ufdbguard; it should be the same as the
# proxy server you're using, so by default it is squid.
UFDB_USER="squid"

# Options to pass to ufdbguardd; see /usr/libexec/ufdbguard/ufdbguardd
# -h for a brief list.
UFDB_OPTS=""

# Options used by the modified ufdbUpdate script in Gentoo
DOWNLOAD_USER=""
DOWNLOAD_PASSWORD=""