43 lines
839 B
INI
43 lines
839 B
INI
# TLD
|
|
# Must contains the first "."
|
|
tld = ".netlib.re"
|
|
|
|
# Database Options
|
|
sgbd = mysql
|
|
dbname = dnsmanager
|
|
host = localhost
|
|
|
|
# default port for mysql
|
|
port = 3306
|
|
user = monutilisateur
|
|
passwd = motdepasse
|
|
# other options : see DBI module
|
|
|
|
# possible options for dnsserver :
|
|
# rndc (bind)
|
|
# knot
|
|
# then secondary nameserver
|
|
dnsapp = rndc
|
|
dnsappsec = nsdc
|
|
zones_path = "/var/named/rndczones/"
|
|
|
|
dnssalvekey = key-alsace.tetaneutral.net
|
|
|
|
# to access zones on the server
|
|
sshhost = host
|
|
sshuser = dnsmanager
|
|
sshport = 2222
|
|
|
|
# name the IP of the primary named server
|
|
nsmasterv4 = 89.234.141.65
|
|
nsmasterv6 = 2a00:5881:8100:1000::2
|
|
|
|
# name the IP of the slave named server
|
|
nsslavev4 = 91.224.149.146
|
|
nsslavev6 = 2a01:6600:8081:9200::1
|
|
|
|
# to access to the slave DNS server
|
|
sshhostsec = host
|
|
sshusersec = dnsmanager
|
|
sshportsec = 2222
|