opt/maradns/mararc

36 lines
634 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01: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
ipv4_bind_addresses = "127.0.0.1"
2006-02-23 16:26:10 +01:00
# The various zones we support
csv2 = {}
csv2["localhost."] = "db.localhost"
# csv2["example.net."] = "db.example.net"
# ACL for localhost
2006-02-23 16:26:10 +01:00
ipv4_alias = {}
ipv4_alias["localhost"] = "127.0.0.0/8"
admin_acl = "localhost"
2006-02-23 16:26:10 +01:00
# End of file