1+ ## AUTOMATICALLY GENERATED BY DEBCONF. DO NOT MODIFY DATABASE
2+ ## INFORMATION (database, db-*)...
3+ ## PLEASE RUN 'dpkg-reconfigure mydns-mysql' INSTEAD.
4+ ## CHANGES TO THE FOLLOWING DIRECTIVES ARE NOT PRESERVED, BUT REPLACED,
5+ ## ON UPGRADE:
6+ ## user, group, pidfile, db-*, database
7+
8+ ##
9+ ## /etc/mydns.conf
10+ ## Thu Aug 2 16:36:26 2007
11+ ## For more information, see mydns.conf(5).
12+ ##
13+
14+
15+ # DATABASE INFORMATION
16+
17+ db-host = {mysql_server_ip} # SQL server hostname
18+ db-user = {mysql_server_ispconfig_user} # SQL server username
19+ db-password = {mysql_server_ispconfig_password} # SQL server password
20+ database = {mysql_server_database} # MyDNS database name
21+
22+
23+ # GENERAL OPTIONS
24+
25+ user = nobody # Run with the permissions of this user
26+ group = nogroup # Run with the permissions of this group
27+ listen = * # Listen on these addresses ('*' for all)
28+ no-listen = # Do not listen on these addresses
29+
30+
31+ # CACHE OPTIONS
32+
33+ zone-cache-size = 2048 # Maximum number of elements stored in the zone cache
34+ zone-cache-expire = 60 # Number of seconds after which cached zones expires
35+ reply-cache-size = 2048 # Maximum number of elements stored in the reply cache
36+ reply-cache-expire = 30 # Number of seconds after which cached replies expire
37+
38+
39+ # ESOTERICA
40+
41+ log = LOG_DAEMON # Facility to use for program output (LOG_*/stdout/stderr)
42+ pidfile = /var/run/mydns.pid # Path to PID file
43+ timeout = 120 # Number of seconds after which queries time out
44+ multicpu = 1 # Number of CPUs installed on your system
45+ recursive = # Location of recursive resolver
46+ allow-axfr = yes # Should AXFR be enabled?
47+ allow-tcp = no # Should TCP be enabled?
48+ allow-update = no # Should DNS UPDATE be enabled?
49+ ignore-minimum = no # Ignore minimum TTL for zone?
50+ soa-table = dns_soa # Name of table containing SOA records
51+ rr-table = dns_rr # Name of table containing RR data
52+ soa-where = server_id = {server_id} # Extra WHERE clause for SOA queries
53+ rr-where = server_id = {server_id} # Extra WHERE clause for RR queries
0 commit comments