dnsmanagerv1/www/conf/config.ini

39 lines
736 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 = knot
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
# to access to the slave DNS server
sshhostsec = host
sshusersec = dnsmanager
sshportsec = 2222