Changeset 670
- Timestamp:
- 01/15/15 13:34:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dnsdb.conf
r644 r670 1 1 # System-wide config for DNSDB 2 2 3 # Database connection info3 ## Database connection info 4 4 #dbname = dsndb 5 5 #dbuser = dnsdb … … 7 7 #dbhost = dnsdbhost 8 8 9 # Mail settings9 ## Mail settings 10 10 #mailhost = smtp.example.com 11 11 #mailnotify = dns@example.com … … 15 15 #domain = example.com 16 16 17 # session - note this is fed directly to CGI::Session18 # timeout supports (s)econds, (m)inutes, (h)ours, (d)ays, (w)eeks, (M)months, or (y)ears17 ## session - note this is fed directly to CGI::Session 18 ## timeout supports (s)econds, (m)inutes, (h)ours, (d)ays, (w)eeks, (M)months, or (y)ears 19 19 #timeout = 3h 20 20 #sessiondir = /var/lib/dnsdb 21 22 ## Export caching 23 # path for per-zone cache files for export 24 #exportcache = /var/cache/dnsdb 25 # always refresh the cache from the DB on export if 1/on 26 # if 0/off, use the "changed" flag on a zone to determine if we export from 27 # the DB or read from the existing cache file. 28 #force_refresh = 1 29 30 ## DNS data template options 31 # publish .0 IP when expanding a template pattern 32 #template_skip_0 = 0 33 # publish .255 IP when expanding a template pattern 34 #template_skip_255 = 0 21 35 22 36 ## misc … … 24 38 # flag to indicate if failed changes should be logged 25 39 #log_failures = 1 40 26 41 # number of entries to display in lists 27 42 #perpage = 25 28 # path for per-zone cache files for export29 #exportcache = /var/cache/dnsdb30 31 # always refresh the cache from the DB on export if 1/on32 # if 0/off, use the "changed" flag on a zone to determine if we export from33 # the DB or read from the existing cache file.34 #force_refresh = 135 43 36 44 # fold domain names and hostnames to lowercase? … … 41 49 #showrev_arpa = 0 42 50 43 # publish .0 IP when expanding a template pattern44 #template_skip_0 = 045 46 # publish .255 IP when expanding a template pattern47 #template_skip_255 = 048 51 49 52 ## General RPC options
Note:
See TracChangeset
for help on using the changeset viewer.