Changeset 670 for trunk


Ignore:
Timestamp:
01/15/15 13:34:14 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Rearrange the deck chairs in dnsdb.conf for grouping and better match
for ordering in DNSDB.pm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsdb.conf

    r644 r670  
    11# System-wide config for DNSDB
    22
    3 # Database connection info
     3## Database connection info
    44#dbname = dsndb
    55#dbuser = dnsdb
     
    77#dbhost = dnsdbhost
    88
    9 # Mail settings
     9## Mail settings
    1010#mailhost = smtp.example.com
    1111#mailnotify = dns@example.com
     
    1515#domain = example.com
    1616     
    17 # 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
     17## 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
    1919#timeout = 3h
    2020#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
    2135
    2236## misc
     
    2438# flag to indicate if failed changes should be logged
    2539#log_failures = 1
     40
    2641# number of entries to display in lists
    2742#perpage = 25
    28 # path for per-zone cache files for export
    29 #exportcache = /var/cache/dnsdb
    30 
    31 # always refresh the cache from the DB on export if 1/on
    32 # if 0/off, use the "changed" flag on a zone to determine if we export from
    33 #  the DB or read from the existing cache file.
    34 #force_refresh = 1
    3543
    3644# fold domain names and hostnames to lowercase?
     
    4149#showrev_arpa = 0
    4250
    43 # publish .0 IP when expanding a template pattern
    44 #template_skip_0 = 0
    45 
    46 # publish .255 IP when expanding a template pattern
    47 #template_skip_255 = 0
    4851
    4952## General RPC options
Note: See TracChangeset for help on using the changeset viewer.