This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
2014-01-20 19:45:48 +01:00
|
|
|
# TLD
|
|
|
|
# Must contains the first "."
|
|
|
|
tld = ".netlib.re"
|
|
|
|
|
|
|
|
# Database Options
|
|
|
|
sgbd = mysql
|
2014-01-20 01:08:03 +01:00
|
|
|
dbname = dnsmanager
|
|
|
|
host = localhost
|
2014-01-20 19:45:48 +01:00
|
|
|
|
2014-01-20 01:08:03 +01:00
|
|
|
# default port for mysql
|
|
|
|
port = 3306
|
|
|
|
user = bla
|
|
|
|
passwd = HardPass4bla
|
2014-01-20 19:45:48 +01:00
|
|
|
# other options : see DBI module
|
|
|
|
|
2014-01-20 01:08:03 +01:00
|
|
|
# possible options for dnsserver : bind rndc
|
|
|
|
dnsapp = rndc
|
2014-01-22 17:01:34 +01:00
|
|
|
zones_path = "/etc/bind/named/"
|