2006-02-23 15:26:10 +00:00
|
|
|
#
|
|
|
|
# /etc/mararc
|
|
|
|
#
|
|
|
|
|
|
|
|
# Base settings
|
|
|
|
hide_disclaimer = "YES"
|
|
|
|
chroot_dir = "/etc/maradns"
|
|
|
|
maradns_uid = 99
|
|
|
|
maradns_gid = 99
|
|
|
|
random_seed_file = "/dev/urandom"
|
|
|
|
|
|
|
|
# Timing and size settings
|
|
|
|
maximum_cache_elements = 2048
|
|
|
|
maxprocs = 96
|
|
|
|
timeout_seconds = 5
|
|
|
|
|
|
|
|
# Logging and debug settings
|
|
|
|
timestamp_type = 4
|
|
|
|
verbose_level = 3
|
|
|
|
debug_msg_level = 3
|
|
|
|
|
|
|
|
# The addresses mara bind to
|
2015-04-15 13:38:03 +02:00
|
|
|
ipv4_bind_addresses = "127.0.0.1"
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
# The various zones we support
|
|
|
|
csv2 = {}
|
|
|
|
csv2["localhost."] = "db.localhost"
|
|
|
|
# csv2["example.net."] = "db.example.net"
|
|
|
|
|
2015-04-15 13:38:03 +02:00
|
|
|
# ACL for localhost
|
2006-02-23 15:26:10 +00:00
|
|
|
ipv4_alias = {}
|
|
|
|
ipv4_alias["localhost"] = "127.0.0.0/8"
|
2015-04-15 13:38:03 +02:00
|
|
|
admin_acl = "localhost"
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
# End of file
|