ufdb.confd 558 B

123456789101112131415161718192021
  1. # -*- sh -*-
  2. # Tables to re-generate when starting or reloading ufdbguard
  3. UFDB_GT="alwaysallow alwaysdeny"
  4. # Options passed to ufdbGenTable when generating the tables listed in
  5. # UFDB_GT
  6. GENTABLE_OPTIONS="-W"
  7. # User under which to run ufdbguard; it should be the same as the
  8. # proxy server you're using, so by default it is squid.
  9. UFDB_USER="squid"
  10. # Options to pass to ufdbguardd; see /usr/libexec/ufdbguard/ufdbguardd
  11. # -h for a brief list.
  12. UFDB_OPTS=""
  13. # Options used by the modified ufdbUpdate script in Gentoo
  14. DOWNLOAD_USER=""
  15. DOWNLOAD_PASSWORD=""