Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
commit | author | age
99d85e 1 ## AUTOMATICALLY GENERATED BY DEBCONF. DO NOT MODIFY DATABASE
T 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
239ce8 17 db-host = {mysql_server_host}             # SQL server hostname
99d85e 18 db-user = {mysql_server_ispconfig_user}             # SQL server username
T 19 db-password = {mysql_server_ispconfig_password}         # SQL server password
20 database = {mysql_server_database}          # MyDNS database name
82e9b9 21 db-port = {mysql_server_port}             # SQL server port
99d85e 22
T 23
24                                 # GENERAL OPTIONS
25
26 user = nobody                   # Run with the permissions of this user
27 group = nogroup                 # Run with the permissions of this group
28 listen = *                      # Listen on these addresses ('*' for all)
29 no-listen =                     # Do not listen on these addresses
30
31
32                                 # CACHE OPTIONS
33
34 zone-cache-size = 2048  # Maximum number of elements stored in the zone cache
35 zone-cache-expire = 60  # Number of seconds after which cached zones expires
36 reply-cache-size = 2048 # Maximum number of elements stored in the reply cache
37 reply-cache-expire = 30 # Number of seconds after which cached replies expire
38
39
40                                 # ESOTERICA
41
42 log = LOG_DAEMON        # Facility to use for program output (LOG_*/stdout/stderr)
43 pidfile = /var/run/mydns.pid    # Path to PID file
44 timeout = 120   # Number of seconds after which queries time out
45 multicpu = 1    # Number of CPUs installed on your system
46 recursive =                     # Location of recursive resolver
47 allow-axfr = yes # Should AXFR be enabled?
628551 48 allow-tcp = yes  # Should TCP be enabled?
99d85e 49 allow-update = no       # Should DNS UPDATE be enabled?
T 50 ignore-minimum = no     # Ignore minimum TTL for zone?
51 soa-table = dns_soa     # Name of table containing SOA records
52 rr-table = dns_rr       # Name of table containing RR data
623a40 53 ## soa-where = server_id = {server_id}               # Extra WHERE clause for SOA queries
T 54 ## rr-where =  server_id = {server_id}               # Extra WHERE clause for RR queries
a12168 55 use-soa-active = yes # To fix bug 295 where active or inactive status is ignored.
Q 56 use-rr-active = yes# To fix bug 295 where active or inactive status is ignored.