Skip to content
GitLab
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
5b1e929b
Commit
5b1e929b
authored
Nov 07, 2017
by
Evan Hunt
Browse files
[master] Merge branch 'master' of
ssh://repo.isc.org/proj/git/prod/bind9
parents
f13c1c09
a41e41d6
Changes
6
Hide whitespace changes
Inline
Side-by-side
README
View file @
5b1e929b
...
...
@@ -117,7 +117,7 @@ include:
* '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
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.
...
...
@@ -131,8 +131,8 @@ on many versions of Linux and UNIX, including RedHat, Fedora, Debian,
Ubuntu, SuSE, Slackware, FreeBSD, NetBSD, OpenBSD, Mac OS X, Solaris,
HP-UX, AIX, SCO OpenServer, and OpenWRT.
BIND is also available for Windows
XP, 2003,
2008
,
and higher. See
win32utils/
readme1st.txt for details on building for Windows systems.
BIND is also available for Windows 2008 and higher. See
win32utils/
readme1st.txt for details on building for Windows systems.
To build on a UNIX or Linux system, use:
...
...
bin/dig/dig.1
View file @
5b1e929b
...
...
@@ -469,6 +469,11 @@ Convert [do not convert] puny code on output\&. This requires IDN SUPPORT to hav
Ignore truncation in UDP responses instead of retrying with TCP\&. By default, TCP retries are performed\&.
.RE
.PP
\fB+[no]keepalive\fR
.RS 4
Send [or do not send] an EDNS Keepalive option\&.
.RE
.PP
\fB+[no]keepopen\fR
.RS 4
Keep the TCP socket open between queries and reuse it rather than creating a new TCP socket for each lookup\&. The default is
...
...
bin/dig/dig.html
View file @
5b1e929b
...
...
@@ -628,6 +628,12 @@
with TCP. By default, TCP retries are performed.
</p>
</dd>
<dt><span
class=
"term"
><code
class=
"option"
>
+[no]keepalive
</code></span></dt>
<dd>
<p>
Send [or do not send] an EDNS Keepalive option.
</p>
</dd>
<dt><span
class=
"term"
><code
class=
"option"
>
+[no]keepopen
</code></span></dt>
<dd>
<p>
...
...
doc/arm/Bv9ARM.pdf
View file @
5b1e929b
No preview for this file type
doc/arm/man.dig.html
View file @
5b1e929b
...
...
@@ -646,6 +646,12 @@
with TCP. By default, TCP retries are performed.
</p>
</dd>
<dt><span
class=
"term"
><code
class=
"option"
>
+[no]keepalive
</code></span></dt>
<dd>
<p>
Send [or do not send] an EDNS Keepalive option.
</p>
</dd>
<dt><span
class=
"term"
><code
class=
"option"
>
+[no]keepopen
</code></span></dt>
<dd>
<p>
...
...
doc/arm/notes.pdf
View file @
5b1e929b
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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