# # /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" # The various zones we support csv2 = {} csv2["localhost."] = "db.localhost" # csv2["example.net."] = "db.example.net" # ACL for localhost ipv4_alias = {} ipv4_alias["localhost"] = "127.0.0.0/8" admin_acl = "localhost" # End of file