1##
2##  /etc/mydns.conf
3##  Fri Sep 21 21:44:51 2007
4##  For more information, see mydns.conf(5).
5##
6
7
8                            	# DATABASE INFORMATION
9
10db-host = localhost         	# SQL server hostname
11db-user = username          	# SQL server username
12db-password = password      	# SQL server password
13database = mydns            	# MyDNS database name
14
15
16                            	# GENERAL OPTIONS
17
18user = nobody               	# Run with the permissions of this user
19group = nobody              	# Run with the permissions of this group
20listen = *                  	# Listen on these addresses ('*' for all)
21no-listen =                 	# Do not listen on these addresses
22
23
24                            	# CACHE OPTIONS
25
26zone-cache-size = 1024      	# Maximum number of elements stored in the zone cache
27zone-cache-expire = 60      	# Number of seconds after which cached zones expires
28reply-cache-size = 1024     	# Maximum number of elements stored in the reply cache
29reply-cache-expire = 30     	# Number of seconds after which cached replies expire
30
31
32                            	# ESOTERICA
33
34log = LOG_DAEMON            	# Facility to use for program output (LOG_*/stdout/stderr)
35pidfile = /var/run/mydns.pid	# Path to PID file
36timeout = 120               	# Number of seconds after which queries time out
37multicpu = 1                	# Number of CPUs installed on your system
38recursive =                 	# Location of recursive resolver
39allow-axfr = no             	# Should AXFR be enabled?
40allow-tcp = no              	# Should TCP be enabled?
41allow-update = no           	# Should DNS UPDATE be enabled?
42ignore-minimum = no         	# Ignore minimum TTL for zone?
43soa-table = soa             	# Name of table containing SOA records
44rr-table = rr               	# Name of table containing RR data
45notify-enabled = no         	# Enable notify from updates
46notify-source = 0.0.0.0     	# Source address for ipv4 notify messages
47notify-source6 = 0.0.0.0    	# Source address for ipv6 notify messages
48soa-where =                 	# Extra WHERE clause for SOA queries
49rr-where =                  	# Extra WHERE clause for RR queries
50
51