mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
gshapiro assures me that uid bind is not necessary for /etc/namedb,
so we'll use the more secure default till I have a chance to prove myself wrong. :) Add a /var/stats directory to be enabled in named.conf. Submitted by: gshapiro
This commit is contained in:
parent
870902266f
commit
2a9b28d02b
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
dev mode=0555
|
||||
..
|
||||
etc
|
||||
namedb uname=bind
|
||||
namedb
|
||||
master
|
||||
..
|
||||
slave uname=bind
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
run
|
||||
named
|
||||
..
|
||||
stats
|
||||
..
|
||||
..
|
||||
..
|
||||
|
|
|
|||
Loading…
Reference in a new issue