diff --git a/README b/README index 72e5e5d06e280febdbf44c030ae2b81b420f5c5b..371a2fdf8af5dfa64a4349430800945b1239e82a 100644 --- a/README +++ b/README @@ -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: diff --git a/bin/dig/dig.1 b/bin/dig/dig.1 index 47ad3652c080a6f820a263d7fccc30383d0b4772..1864ffd89046fe99f1960be518c40186e7cfc47e 100644 --- a/bin/dig/dig.1 +++ b/bin/dig/dig.1 @@ -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 diff --git a/bin/dig/dig.html b/bin/dig/dig.html index 6c26f005f6f6f664803dc14b5e74013c56fd0119..7ff4f59c933c639fc91a0fc32167a40a749a9cc5 100644 --- a/bin/dig/dig.html +++ b/bin/dig/dig.html @@ -628,6 +628,12 @@ with TCP. By default, TCP retries are performed.
++[no]keepalive
+ Send [or do not send] an EDNS Keepalive option. +
++[no]keepopen
diff --git a/doc/arm/man.dig.html b/doc/arm/man.dig.html index d8961855b5ca01637e59123550582024943718ab..332f8a413798b11f16da44c73531ca7349278049 100644 --- a/doc/arm/man.dig.html +++ b/doc/arm/man.dig.html @@ -646,6 +646,12 @@ with TCP. By default, TCP retries are performed.
+[no]keepalive
+ Send [or do not send] an EDNS Keepalive option. +
++[no]keepopen