summaryrefslogtreecommitdiff
path: root/maradns/mararc
diff options
context:
space:
mode:
Diffstat (limited to 'maradns/mararc')
-rw-r--r--maradns/mararc35
1 files changed, 0 insertions, 35 deletions
diff --git a/maradns/mararc b/maradns/mararc
deleted file mode 100644
index 79552d7ec..000000000
--- a/maradns/mararc
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# /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

Generated by cgit