Last change
on this file since 432 was 216, checked in by Kris Deugau, 13 years ago |
/trunk
Found some not-so-little things missing for a tarball
- munging of @INC via "use lib" needs to be pointed to the right path
on install
- session dir should be configurable (eg, to put it in /var/lib/dnsdb
when packaged scripts + templates all go in /usr/share/dnsdb)
- Finally remove lingering unused viadns.css
- Remember to install template files on 'make install'
- Get a good start on filling out INSTALL halfway properly by copy-pasting
the IPDB version
- Add all-commented example config file to be installed
|
File size:
879 bytes
|
Line | |
---|
1 | # System-wide config for DNSDB
|
---|
2 |
|
---|
3 | # Database connection info
|
---|
4 | #dbname=dsndb
|
---|
5 | #dbuser=dnsdb
|
---|
6 | #dbpass=dnsdbpwd
|
---|
7 | #dbhost=dnsdbhost
|
---|
8 |
|
---|
9 | # SOA defaults. contact and prins may only contain a-z, 0-9, . and -,
|
---|
10 | # the rest are expected to be numeric.
|
---|
11 | #contact=hostmaster.example.com
|
---|
12 | #prins=ns1.example.com
|
---|
13 | #soattl=7200
|
---|
14 | #refresh=86400
|
---|
15 | #retry=14400
|
---|
16 | #expire=28800
|
---|
17 | #minttl=900
|
---|
18 | #ttl=900
|
---|
19 |
|
---|
20 | # Mail settings
|
---|
21 | #mailhost=smtp.example.com
|
---|
22 | #mailnotify=dns@example.com
|
---|
23 | #mailsender=hostmaster@example.com
|
---|
24 | #mailname=Example Corp DNS Administrator
|
---|
25 | #orgname=Example Corp
|
---|
26 | #domain=example.com
|
---|
27 |
|
---|
28 | # session - note this is fed directly to CGI::Session
|
---|
29 | # timeout supports (s)econds, (m)inutes, (h)ours, (d)ays, (w)eeks, (M)months, or (y)ears
|
---|
30 | #timeout=3h
|
---|
31 | #sessiondir=/var/lib/dnsdb
|
---|
32 |
|
---|
33 | # misc
|
---|
34 | # flag to indicate if failed changes should be logged
|
---|
35 | #log_failures=0
|
---|
36 | # number of entries to display in lists
|
---|
37 | #perpage=25
|
---|
Note:
See
TracBrowser
for help on using the repository browser.