mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 05:50:39 -05:00
@server can be an IPv6 address.
This commit is contained in:
parent
c4958494a9
commit
db5d9614fe
1 changed files with 4 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
|||
- WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: dig.docbook,v 1.3 2001/06/18 20:20:46 gson Exp $ -->
|
||||
<!-- $Id: dig.docbook,v 1.4 2001/07/12 16:29:11 bwelling Exp $ -->
|
||||
|
||||
<refentry>
|
||||
|
||||
|
|
@ -111,8 +111,9 @@ A typical invocation of <command>dig</command> looks like:
|
|||
|
||||
<varlistentry><term><constant>server</constant></term>
|
||||
<listitem><para>
|
||||
is the name or IP address of the name server to query. An IPv4
|
||||
address can be provided in dotted-decimal notation. When the supplied
|
||||
is the name or IP address of the name server to query. This can be an IPv4
|
||||
address in dotted-decimal notation or an IPv6
|
||||
address in colon-delimited notation. When the supplied
|
||||
<parameter>server</parameter> argument is a hostname,
|
||||
<command>dig</command> resolves that name before querying that name
|
||||
server. If no <parameter>server</parameter> argument is provided,
|
||||
|
|
|
|||
Loading…
Reference in a new issue