Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
36345313
Commit
36345313
authored
May 28, 2008
by
Evan Hunt
Browse files
Switch "dnssec-validation" default from no to yes. [rt18121]
parent
fa242319
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/named/config.c
View file @
36345313
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.8
7
2008/05/
01 18:23:06 jinmei
Exp $ */
/* $Id: config.c,v 1.8
8
2008/05/
28 21:02:45 each
Exp $ */
/*! \file */
...
...
@@ -139,7 +139,7 @@ options {\n\
acache-cleaning-interval 60;
\n
\
max-acache-size 16M;
\n
\
dnssec-enable yes;
\n
\
dnssec-validation
no; /* Make yes for 9.5. */
\n
\
dnssec-validation
yes;
\n
\
dnssec-accept-expired no;
\n
\
clients-per-query 10;
\n
\
max-clients-per-query 100;
\n
\
...
...
doc/arm/Bv9ARM-book.xml
View file @
36345313
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- File: $Id: Bv9ARM-book.xml,v 1.35
2
2008/05/
06 01:08:59
each Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.35
3
2008/05/
28 21:02:45
each Exp $ -->
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<title>BIND 9 Administrator Reference Manual</title>
...
...
@@ -5651,7 +5651,7 @@ options {
Enable DNSSEC validation in named.
Note <command>dnssec-enable</command> also needs to be
set to <userinput>yes</userinput> to be effective.
The default is <userinput>
no
</userinput>.
The default is <userinput>
yes
</userinput>.
</para>
</listitem>
</varlistentry>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment