Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
600
Issues
600
List
Boards
Labels
Service Desk
Milestones
Merge Requests
111
Merge Requests
111
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
9448aaca
Commit
9448aaca
authored
Dec 16, 2017
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regen master
parent
56376458
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
151 additions
and
1505 deletions
+151
-1505
README
README
+19
-36
doc/arm/Bv9ARM.ch06.html
doc/arm/Bv9ARM.ch06.html
+21
-15
doc/arm/Bv9ARM.ch09.html
doc/arm/Bv9ARM.ch09.html
+48
-722
doc/arm/Bv9ARM.html
doc/arm/Bv9ARM.html
+1
-4
doc/arm/notes.html
doc/arm/notes.html
+47
-718
doc/misc/options
doc/misc/options
+15
-10
No files found.
README
View file @
9448aaca
...
...
@@ -5,13 +5,14 @@ Contents
1. Introduction
2. Reporting bugs and getting help
3. Contributing to BIND
4. BIND 9.1
2
features
4. BIND 9.1
3
features
5. Building BIND
6. Compile-time options
7. Automated testing
8. Documentation
9. Change log
10. Acknowledgments
6. MacOS
7. Compile-time options
8. Automated testing
9. Documentation
10. Change log
11. Acknowledgments
Introduction
...
...
@@ -89,39 +90,13 @@ header with "[PATCH]" so it will be easier for us to find. If your patch
introduces a new feature in BIND, please submit it to bind-suggest@isc.org
; if it fixes a bug, please submit it to bind9-bugs@isc.org.
BIND 9.1
2
features
BIND 9.1
3
features
BIND 9.1
2
.0 is the newest development branch of BIND 9. It includes a
number of changes from BIND 9.1
1
and earlier releases. New features
BIND 9.1
3
.0 is the newest development branch of BIND 9. It includes a
number of changes from BIND 9.1
2
and earlier releases. New features
include:
* named and related libraries have been substantially refactored for
improved query performance -- particularly on delegation heavy zones
-- and for improved readability, maintainability, and testability.
* Code implementing the name server query processing logic has been
moved into a new libns library, for easier testing and use in tools
other than named.
* Cached, validated NSEC and other records can now be used to synthesize
NXDOMAIN responses.
* The DNS Response Policy Service API (DNSRPS) is now supported.
* Setting 'max-journal-size default' now limits the size of journal
files to twice the size of the zone.
* dnstap-read -x prints a hex dump of the wire format of each logged DNS
message.
* dnstap output files can now be configured to roll automatically when
reaching a given size.
* Log file timestamps can now also be formatted in ISO 8601 (local) or
ISO 8601 (UTC) formats.
* Logging channels and dnstap output files can now be configured to use
a timestamp as the suffix when rolling to a new file.
* 'named-checkconf -l' lists zones found in named.conf.
* Added support for the EDNS Padding and Keepalive options.
* 'new-zones-directory' option sets the location where the configuration
data for zones added by rndc addzone is stored.
* The default key algorithm in rndc-confgen is now hmac-sha256.
* filter-aaaa-on-v4 and filter-aaaa-on-v6 options are now available by
default without a configure option.
* The obsolete isc-hmac-fixup command has been removed.
* TBD
Building BIND
...
...
@@ -165,6 +140,14 @@ BUILD_CPPFLAGS
BUILD_LDFLAGS
BUILD_LIBS
MacOS
Building on MacOS assumes that the "Command Tools for Xcode" is installed.
This can be downloaded from https://developer.apple.com/download/more/ or
if you have Xcode already installed you can run "xcode-select --install".
This will add /usr/include to the system and install the compiler and
other tools so that they can be easily found.
Compile-time options
To see a full list of configuration options, run configure --help.
...
...
doc/arm/Bv9ARM.ch06.html
View file @
9448aaca
...
...
@@ -4668,13 +4668,13 @@ options {
difference set.
</p>
<p><span class="command"><strong>ixfr-from-differences</strong></span>
also accepts <span class="command"><strong>master</strong></span> and
<span class="command"><strong>slave</strong></span> at the view and options
levels which causes
also accepts <span class="command"><strong>master</strong></span> (or
<span class="command"><strong>primary</strong></span>) and
<span class="command"><strong>slave</strong></span> (or <span class="command"><strong>secondary</strong></span>)
at the view and options levels, which causes
<span class="command"><strong>ixfr-from-differences</strong></span> to be enabled for
all <span class="command"><strong>master</strong></span> or
<span class="command"><strong>slave</strong></span> zones respectively.
It is off by default.
all primary or secondary zones, respectively.
It is off for all zones by default.
</p>
</dd>
<dt><span class="term"><span class="command"><strong>multi-master</strong></span></span></dt>
...
...
@@ -9219,7 +9219,7 @@ view "external" {
Statement Grammar</h3></div></div></div>
<pre class="programlisting"><span class="command"><strong>zone</strong></span> <em class="replaceable"><code>zone_name</code></em> [ <em class="replaceable"><code>class</code></em> ] <span class="command"><strong>{</strong></span>
<span class="command"><strong>type</strong></span>
master
;
<span class="command"><strong>type</strong></span>
( master | primary )
;
[ <span class="command"><strong>allow-query</strong></span> <span class="command"><strong>{</strong></span> <em class="replaceable"><code>address_match_list</code></em> <span class="command"><strong>}</strong></span> ; ]
[ <span class="command"><strong>allow-query-on</strong></span> <span class="command"><strong>{</strong></span> <em class="replaceable"><code>address_match_list</code></em> <span class="command"><strong>}</strong></span> ; ]
[ <span class="command"><strong>allow-transfer</strong></span> <span class="command"><strong>{</strong></span> <em class="replaceable"><code>address_match_list</code></em> <span class="command"><strong>}</strong></span> ; ]
...
...
@@ -9278,7 +9278,7 @@ view "external" {
<span class="command"><strong>}</strong></span> ;
<span class="command"><strong>zone</strong></span> <em class="replaceable"><code>zone_name</code></em> [ <em class="replaceable"><code>class</code></em> ] <span class="command"><strong>{</strong></span>
<span class="command"><strong>type</strong></span>
slave
;
<span class="command"><strong>type</strong></span>
(slave | secondary)
;
[ <span class="command"><strong>allow-notify</strong></span> <span class="command"><strong>{</strong></span> <em class="replaceable"><code>address_match_list</code></em> <span class="command"><strong>}</strong></span> ; ]
[ <span class="command"><strong>allow-query</strong></span> <span class="command"><strong>{</strong></span> <em class="replaceable"><code>address_match_list</code></em> <span class="command"><strong>}</strong></span> ; ]
[ <span class="command"><strong>allow-query-on</strong></span> <span class="command"><strong>{</strong></span> <em class="replaceable"><code>address_match_list</code></em> <span class="command"><strong>}</strong></span> ; ]
...
...
@@ -9442,10 +9442,14 @@ view "external" {
The <span class="command"><strong>type</strong></span> keyword is required
for the <span class="command"><strong>zone</strong></span> configuration unless
it is an <span class="command"><strong>in-view</strong></span> configuration. Its
acceptable values include: <code class="varname">delegation-only</code>,
<code class="varname">forward</code>, <code class="varname">hint</code>,
<code class="varname">master</code>, <code class="varname">redirect</code>,
<code class="varname">slave</code>, <code class="varname">static-stub</code>,
acceptable values include:
<code class="varname">master</code> (or <code class="varname">primary</code>),
<code class="varname">slave</code> (or <code class="varname">secondary</code>),
<code class="varname">delegation-only</code>,
<code class="varname">forward</code>,
<code class="varname">hint</code>,
<code class="varname">redirect</code>,
<code class="varname">static-stub</code>,
and <code class="varname">stub</code>.
</p>
...
...
@@ -9466,8 +9470,8 @@ view "external" {
<p>
The server has a master copy of the data
for the zone and will be able to provide authoritative
answers for
it
.
answers for
it. Type <code class="varname">primary</code> is
a synonym for <code class="varname">master</code>
.
</p>
</td>
</tr>
...
...
@@ -9480,7 +9484,9 @@ view "external" {
<td>
<p>
A slave zone is a replica of a master
zone. The <span class="command"><strong>masters</strong></span> list
zone. Type <code class="varname">secondary</code> is a
synonym for <code class="varname">slave</code>.
The <span class="command"><strong>masters</strong></span> list
specifies one or more IP addresses
of master servers that the slave contacts to update
its copy of the zone.
...
...
doc/arm/Bv9ARM.ch09.html
View file @
9448aaca
This diff is collapsed.
Click to expand it.
doc/arm/Bv9ARM.html
View file @
9448aaca
...
...
@@ -240,14 +240,11 @@
<dd><dl>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_intro"
>
Introduction
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_download"
>
Download
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_license"
>
License Change
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#win_support"
>
Legacy Windows No Longer Supported
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_security"
>
Security Fixes
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_features"
>
New Features
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_removed"
>
Removed Features
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#proto_changes"
>
Protocol Changes
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_changes"
>
Feature Changes
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_bugs"
>
Bug Fixes
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_license"
>
License
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#end_of_life"
>
End of Life
</a></span></dt>
<dt><span
class=
"section"
><a
href=
"Bv9ARM.ch09.html#relnotes_thanks"
>
Thank You
</a></span></dt>
</dl></dd>
...
...
doc/arm/notes.html
View file @
9448aaca
This diff is collapsed.
Click to expand it.
doc/misc/options
View file @
9448aaca
...
...
@@ -97,8 +97,9 @@ options {
check-integrity <boolean>;
check-mx ( fail | warn | ignore );
check-mx-cname ( fail | warn | ignore );
check-names ( master | slave | response
) ( fail | warn | ignore ); // may occur multiple times
check-names ( primary | master |
secondary | slave | response ) (
fail | warn | ignore ); // may occur multiple times
check-sibling <boolean>;
check-spf ( warn | ignore );
check-srv-cname ( fail | warn | ignore );
...
...
@@ -192,7 +193,8 @@ options {
hostname ( <quoted_string> | none );
inline-signing <boolean>;
interface-interval <integer>;
ixfr-from-differences ( master | slave | <boolean> );
ixfr-from-differences ( primary | master | secondary | slave |
<boolean> );
keep-response-order { <address_match_element>; ... };
key-directory <quoted_string>;
lame-ttl <ttlval>;
...
...
@@ -461,8 +463,9 @@ view <string> [ <class> ] {
check-integrity <boolean>;
check-mx ( fail | warn | ignore );
check-mx-cname ( fail | warn | ignore );
check-names ( master | slave | response
) ( fail | warn | ignore ); // may occur multiple times
check-names ( primary | master |
secondary | slave | response ) (
fail | warn | ignore ); // may occur multiple times
check-sibling <boolean>;
check-spf ( warn | ignore );
check-srv-cname ( fail | warn | ignore );
...
...
@@ -529,7 +532,8 @@ view <string> [ <class> ] {
| <ipv6_address> ) [ port <integer> ] [ dscp <integer> ]; ... };
glue-cache <boolean>;
inline-signing <boolean>;
ixfr-from-differences ( master | slave | <boolean> );
ixfr-from-differences ( primary | master | secondary | slave |
<boolean> );
key <string> {
algorithm <string>;
secret <string>;
...
...
@@ -800,8 +804,9 @@ view <string> [ <class> ] {
transfer-source-v6 ( <ipv6_address> | * ) [ port (
<integer> | * ) ] [ dscp <integer> ];
try-tcp-refresh <boolean>;
type ( delegation-only | forward | hint | master | redirect
| slave | static-stub | stub );
type ( primary | master | secondary | slave |
delegation-only | forward | hint | redirect |
static-stub | stub );
update-check-ksk <boolean>;
update-policy ( local | { ( deny | grant ) <string> (
6to4-self | external | krb5-self | krb5-subdomain |
...
...
@@ -902,8 +907,8 @@ zone <string> [ <class> ] {
transfer-source-v6 ( <ipv6_address> | * ) [ port ( <integer> | * )
] [ dscp <integer> ];
try-tcp-refresh <boolean>;
type (
delegation-only | forward | hint | master | redirect | slave
| static-stub | stub );
type (
primary | master | secondary | slave | delegation-only |
forward | hint | redirect
| static-stub | stub );
update-check-ksk <boolean>;
update-policy ( local | { ( deny | grant ) <string> ( 6to4-self |
external | krb5-self | krb5-subdomain | ms-self | ms-subdomain
...
...
Write
Preview
Markdown
is supported
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