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
583
Issues
583
List
Boards
Labels
Service Desk
Milestones
Merge Requests
110
Merge Requests
110
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
0e29543a
Commit
0e29543a
authored
Nov 07, 2017
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regen master
parent
e3d9aaff
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
3 deletions
+20
-3
README
README
+3
-3
bin/dig/dig.1
bin/dig/dig.1
+5
-0
bin/dig/dig.html
bin/dig/dig.html
+6
-0
doc/arm/man.dig.html
doc/arm/man.dig.html
+6
-0
No files found.
README
View file @
0e29543a
...
...
@@ -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 @
0e29543a
...
...
@@ -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 @
0e29543a
...
...
@@ -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/man.dig.html
View file @
0e29543a
...
...
@@ -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>
...
...
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