#
# /etc/sysconfig/ufdbguard
#
# $Id: sysconfig.ufdbguard.in,v 1.4 2013/06/20 18:59:32 root Exp root $

# Request a trial license on www.urlfilterdb.com and you will
# receive a username and password to download the URL database for URLfilterDB.
# Until version 1.30 the following two parameters were set in ufdbUpdate:
DOWNLOAD_USER=""
DOWNLOAD_PASSWORD=""

# If the download of the URL database must be done via a proxy,
# set the following two parameters:
PROXY_USER=""
PROXY_PASSWORD=""

BLACKLIST_DIR="/usr/share/ufdbGuard/db"
CONFIGDIR="/etc/ufdb"
BINDIR="/usr/bin"

# Optional parameters
# -T for test mode
UFDB_OPTIONS=""
export UFDB_OPTIONS

# Optionally use a non-root account to run the ufdbguardd and ufdbhttpd daemons
RUNAS="squid"
export RUNAS

# On some systems, regular expression matching is much faster with LANG=C
LANG=C
export LANG

