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
|
2014-03-04 00:45:33 +01:00
|
|
|
user = monutilisateur
|
|
|
|
passwd = motdepasse
|
2014-01-20 19:45:48 +01:00
|
|
|
# other options : see DBI module
|
|
|
|
|
2014-05-08 00:45:12 +02:00
|
|
|
# possible options for dnsserver :
|
|
|
|
# rndc (bind)
|
|
|
|
# knot
|
|
|
|
# then secondary nameserver
|
|
|
|
dnsapp = rndc
|
2014-05-08 13:57:30 +02:00
|
|
|
dnsappsec = nsdc
|
2014-03-04 00:45:33 +01:00
|
|
|
zones_path = "/var/named/rndczones/"
|
2014-01-25 18:49:58 +01:00
|
|
|
|
2014-05-08 00:50:31 +02:00
|
|
|
dnssalvekey = key-alsace.tetaneutral.net
|
|
|
|
|
2014-03-04 00:45:33 +01:00
|
|
|
# to access zones on the server
|
|
|
|
sshhost = host
|
|
|
|
sshuser = dnsmanager
|
|
|
|
sshport = 2222
|
2014-05-08 00:45:12 +02:00
|
|
|
|
|
|
|
# name the IP of the primary named server
|
|
|
|
nsmasterv4 = 89.234.141.65
|
|
|
|
nsmasterv6 = 2a00:5881:8100:1000::2
|
|
|
|
|
|
|
|
# to access to the slave DNS server
|
|
|
|
sshhostsec = host
|
|
|
|
sshusersec = dnsmanager
|
|
|
|
sshportsec = 2222
|