# System-wide config for DNSDB # Database connection info #dbname=dsndb #dbuser=dnsdb #dbpass=dnsdbpwd #dbhost=dnsdbhost # SOA defaults. contact and prins may only contain a-z, 0-9, . and -, # the rest are expected to be numeric. #contact=hostmaster.example.com #prins=ns1.example.com #soattl=7200 #refresh=86400 #retry=14400 #expire=28800 #minttl=900 #ttl=900 # Mail settings #mailhost=smtp.example.com #mailnotify=dns@example.com #mailsender=hostmaster@example.com #mailname=Example Corp DNS Administrator #orgname=Example Corp #domain=example.com # session - note this is fed directly to CGI::Session # timeout supports (s)econds, (m)inutes, (h)ours, (d)ays, (w)eeks, (M)months, or (y)ears #timeout=3h #sessiondir=/var/lib/dnsdb # misc # flag to indicate if failed changes should be logged #log_failures=0 # number of entries to display in lists #perpage=25