mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 12:27:30 +02:00
fix mararc config file and maradns init script, closes #323
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3272 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
feab1d9764
commit
fd745cd1eb
@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
[ -d /etc/maradns ] || mkdir -p /etc/maradns
|
||||
/usr/sbin/maradns >/dev/null 2>&1 &
|
||||
|
@ -1,7 +1,7 @@
|
||||
hide_disclaimer="YES"
|
||||
chroot_dir="/etc/maradns"
|
||||
bind_address="0.0.0.0"
|
||||
run_as_root=1
|
||||
maradns_uid=65534
|
||||
maxprocs=10
|
||||
random_seed_file="/dev/urandom"
|
||||
recursive_acl="192.168.1.0/24"
|
||||
|
Loading…
Reference in New Issue
Block a user