mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-24 10:35:15 +00:00
fix mararc config file and maradns init script, closes #323
SVN-Revision: 3272
This commit is contained in:
parent
1c9302c9a9
commit
0dc2577692
@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
[ -d /etc/maradns ] || mkdir -p /etc/maradns
|
||||||
/usr/sbin/maradns >/dev/null 2>&1 &
|
/usr/sbin/maradns >/dev/null 2>&1 &
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
hide_disclaimer="YES"
|
hide_disclaimer="YES"
|
||||||
chroot_dir="/etc/maradns"
|
chroot_dir="/etc/maradns"
|
||||||
bind_address="0.0.0.0"
|
bind_address="0.0.0.0"
|
||||||
run_as_root=1
|
maradns_uid=65534
|
||||||
maxprocs=10
|
maxprocs=10
|
||||||
random_seed_file="/dev/urandom"
|
random_seed_file="/dev/urandom"
|
||||||
recursive_acl="192.168.1.0/24"
|
recursive_acl="192.168.1.0/24"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user