Changeset 780 for trunk/dnsdb.conf


Ignore:
Timestamp:
08/09/19 17:32:58 (5 years ago)
Author:
Kris Deugau
Message:

/trunk

Remove some minor syntax and comment typos that snuck in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsdb.conf

    r708 r780  
    22
    33## Database connection info
    4 #dbname = dsndb
    5 #dbuser = dnsdb
    6 #dbpass = dnsdbpwd
    7 #dbhost = dnsdbhost
     4dbname = dnsdb
     5dbuser = dnsdb
     6dbpass = dnsdbpwd
     7dbhost = localhost
    88
    99## Mail settings
     
    1717## session - note this is fed directly to CGI::Session
    1818## timeout supports (s)econds, (m)inutes, (h)ours, (d)ays, (w)eeks, (M)months, or (y)ears
    19 #timeout = 3h
     19timeout = 48h
    2020#sessiondir = /var/lib/dnsdb
    2121
     
    4040
    4141# number of entries to display in lists
    42 #perpage = 25
     42perpage = 50
    4343
    4444# fold domain names and hostnames to lowercase?
     
    6767#rpc_iplist = billing, 172.12.12.12
    6868#rpc_iplist = custportal, 192.168.1.12, 192.168.1.13
     69# note, can't do ranges or subnet slices
     70rpc_iplist = ipdb, 192.168.2.38
Note: See TracChangeset for help on using the changeset viewer.