From 6542f1d72d9eee897e5e7cf7c39bb10fb6a71cb5 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 26 Jul 2015 01:34:54 +0200 Subject: package/maradns: split into subpackages For the nameserver alone, maradns is enough. fetchzone/zoneserver are only used on authoritative/secondary servers, and askmara is just a query tool probably not needed on embedded devices. Sadly, maradns itself does not support recursion anymore. For that job, deadwood was created. Note that all these daemons don't properly fork into background. Instead, the author maintains a daemonizing tool called 'duende', which itself seems to have it's flaws, either. In practice, the deadwood init script made rcS hang unless it was set to 'DAEMON' in rc.conf. Oh well. Signed-off-by: Phil Sutter --- package/maradns/files/mararc | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/maradns/files/mararc') diff --git a/package/maradns/files/mararc b/package/maradns/files/mararc index 29ab4fe8b..ae437af68 100644 --- a/package/maradns/files/mararc +++ b/package/maradns/files/mararc @@ -4,9 +4,6 @@ bind_address="0.0.0.0" maradns_uid=65534 maxprocs=5 random_seed_file="/dev/urandom" -recursive_acl="192.168.1.0/24" -root_servers={} -root_servers["."]="198.41.0.4,128.9.0.107,192.33.4.12,128.8.10.90,192.203.230.10,192.5.5.241,192.112.36.4,128.63.2.53,192.36.148.17,192.58.128.30,193.0.14.129,198.32.64.12,202.12.27.33" # uncomment these to set up real zones #csv1={} -- cgit v1.2.3