mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
This commit was generated by cvs2svn to compensate for changes in r68073,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
da1b4bb715
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68074
@ -12,9 +12,9 @@
|
||||
<A NAME="Syntax"><H3>Syntax</H3></A>
|
||||
|
||||
<PRE>
|
||||
<VAR>address_match_list</VAR> = 1*<VAR>address_match_element</VAR>
|
||||
<VAR>address_match_list</VAR> = <VAR>address_match_element</VAR> [ <VAR>address_match_element</VAR> ... ]
|
||||
|
||||
<VAR>address_match_element</VAR> = [ "!" ] (<VAR><A HREF="docdef.html">address_match_list</A></VAR> / <VAR><A HREF="docdef.html">ip_address</A></VAR> / <VAR><A HREF="docdef.html">ip_prefix</A></VAR> / <VAR><A HREF="acl.html">acl_name</A></VAR> / <VAR><A HREF="docdef.html">"key" key_id</A></VAR>) ";"
|
||||
<VAR>address_match_element</VAR> = [ "!" ] ( <VAR><A HREF="docdef.html">ip_address</A></VAR> / <VAR><A HREF="docdef.html">ip_prefix</A></VAR> / <VAR><A HREF="acl.html">acl_name</A></VAR> / <VAR><A HREF="docdef.html">"key" key_id</A></VAR> / { <VAR>address_match_list</VAR> } ) ;
|
||||
</PRE>
|
||||
|
||||
<HR>
|
||||
@ -94,7 +94,7 @@ fall through.
|
||||
|
||||
<HR>
|
||||
<ADDRESS>
|
||||
Last Updated: $Id: address_list.html,v 1.8 1999/09/15 20:28:00 cyarnell Exp $
|
||||
Last Updated: $Id: address_list.html,v 1.9 1999/12/03 02:20:42 gson Exp $
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -11,9 +11,9 @@
|
||||
|
||||
<UL>
|
||||
<LI>DNS Dynamic Updates
|
||||
(<A HREF=http://ds.internic.net/rfc/rfc2136.txt>RFC 2136</A>)</LI>
|
||||
(<A HREF=http://www.ietf.org/rfc/rfc2136.txt>RFC 2136</A>)</LI>
|
||||
<LI>DNS Change Notification
|
||||
(<A HREF=http://ds.internic.net/rfc/rfc1996.txt>RFC 1996</A>)</LI>
|
||||
(<A HREF=http://www.ietf.org/rfc/rfc1996.txt>RFC 1996</A>)</LI>
|
||||
<LI>Completely new configuration syntax</LI>
|
||||
<LI>Flexible, categorized logging system</LI>
|
||||
<LI>IP-address-based access control for queries, zone transfers, and
|
||||
@ -58,7 +58,7 @@ and generally kind hearted folk such as yourself.
|
||||
|
||||
<HR>
|
||||
<ADDRESS>
|
||||
Last Updated: $Id: index.html,v 1.5 1998/11/24 01:44:43 marka Exp $
|
||||
Last Updated: $Id: index.html,v 1.6 1999/12/28 10:03:40 cyarnell Exp $
|
||||
</ADDRESS>
|
||||
|
||||
</BODY>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<P>
|
||||
The Master File Format was initially defined in
|
||||
<A HREF=http://ds.internic.net/rfc/rfc1035.txt>RFC 1035</A>
|
||||
<A HREF=http://www.ietf.org/rfc/rfc1035.txt>RFC 1035</A>
|
||||
and has subsequently been extended.
|
||||
<P>
|
||||
While the Master File Format is class independent all records in a
|
||||
@ -46,7 +46,7 @@ point.
|
||||
set to that value otherwise the current <CODE>$ORIGIN</CODE> is used.
|
||||
<I>NOTE: The behaviour when <origin> is specified differs from that
|
||||
described in
|
||||
<A HREF=http://ds.internic.net/rfc/rfc1035.txt>RFC 1035</A>.</I>
|
||||
<A HREF=http://www.ietf.org/rfc/rfc1035.txt>RFC 1035</A>.</I>
|
||||
<P>
|
||||
The origin and current domain revert to the values they were prior to the
|
||||
<CODE>$INCLUDE</CODE> once the file has been read.
|
||||
@ -57,7 +57,7 @@ Set the default Time To Live (TTL) for subsequent records with undefined
|
||||
TTL's. Valid TTL's are of the range 0-2147483647.
|
||||
<P>
|
||||
<CODE>$TTL</CODE> is defined in
|
||||
<A HREF=http://ds.internic.net/rfc/rfc2308.txt>RFC 2308</A>.
|
||||
<A HREF=http://www.ietf.org/rfc/rfc2308.txt>RFC 2308</A>.
|
||||
<H3>BIND Master File Extentions</H3>
|
||||
<H4>$GENERATE</H4>
|
||||
Syntax: <CODE>$GENERATE <range> <lhs> <type> <rhs>
|
||||
@ -67,7 +67,7 @@ Syntax: <CODE>$GENERATE <range> <lhs> <type> <rhs>
|
||||
that only differ from each other by an iterator. <CODE>$GENERATE</CODE>
|
||||
can be used to easily generate the sets of records required to support
|
||||
sub /24 reverse delegations described in
|
||||
<A HREF=http://ds.internic.net/rfc/rfc2317.txt>RFC 2317: Classless IN-ADDR.ARPA delegation</A>.
|
||||
<A HREF=http://www.ietf.org/rfc/rfc2317.txt>RFC 2317: Classless IN-ADDR.ARPA delegation</A>.
|
||||
|
||||
<PRE>
|
||||
$ORIGIN 0.0.192.IN-ADDR.ARPA.
|
||||
|
@ -33,7 +33,7 @@ options {
|
||||
[ rfc2308-type1 <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
|
||||
[ use-id-pool <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
|
||||
[ treat-cr-as-space <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
|
||||
[ also-notify { <VAR><A HREF="docdef.html">ip_addr</A></VAR>; [ <VAR><A HREF="docdef.html">ip_addr</A></VAR>; ... ] };
|
||||
[ also-notify { <VAR><A HREF="docdef.html">ip_addr</A></VAR>; [ <VAR><A HREF="docdef.html">ip_addr</A></VAR>; ... ] }; ]
|
||||
[ forward ( only | first ); ]
|
||||
[ forwarders { [ <VAR><A HREF="docdef.html">in_addr</A></VAR> ; [ <VAR><A HREF="docdef.html">in_addr</A></VAR> ; ... ] ] }; ]
|
||||
[ check-names ( master | slave | response ) ( warn | fail | ignore); ]
|
||||
@ -65,7 +65,7 @@ options {
|
||||
[ statistics-interval <VAR>number</VAR>; ]
|
||||
[ <A HREF="#topology">topology</A> { <VAR>address_match_list</VAR> }; ]
|
||||
[ <A HREF="#sortlist">sortlist</A> { <VAR>address_match_list</VAR> }; ]
|
||||
[ rrset-order { <VAR>order_spec</VAR> ; [ <VAR>order_spec</VAR> ; ... ] ] };
|
||||
[ rrset-order { <VAR>order_spec</VAR> ; [ <VAR>order_spec</VAR> ; ... ] }; ]
|
||||
};
|
||||
</PRE>
|
||||
<HR>
|
||||
@ -189,12 +189,10 @@ becoming corrupted (at the cost of requiring more work from the client).
|
||||
|
||||
<DT><CODE>has-old-clients</CODE>
|
||||
<DD>
|
||||
Setting the option to <CODE>yes</CODE> is equivalent to setting the follow
|
||||
three options <CODE>auth-nxdomain yes;</CODE>, <CODE>maintain-ixfr-base
|
||||
yes;</CODE> and <CODE>rfc2308-type1 no;</CODE>.
|
||||
The use of <CODE>has-old-clients</CODE> with <CODE>auth-nxdomain</CODE>,
|
||||
<CODE>maintain-ixfr-base</CODE> and <CODE>rfc2308-type1</CODE> is order
|
||||
dependant.
|
||||
Setting the option to <CODE>yes</CODE> is equivalent to setting the following
|
||||
options: <CODE>auth-nxdomain yes;</CODE> and <CODE>rfc2308-type1 no;</CODE>.
|
||||
The use of <CODE>has-old-clients</CODE> with <CODE>auth-nxdomain</CODE>
|
||||
and <CODE>rfc2308-type1</CODE> is order dependent.
|
||||
|
||||
<DT><CODE>host-statistics</CODE>
|
||||
<DD>
|
||||
@ -808,7 +806,7 @@ request for the root servers to be accepted. Default 2.
|
||||
|
||||
<HR>
|
||||
<ADDRESS>
|
||||
Last Updated: $Id: options.html,v 1.36 1999/10/13 20:57:05 cyarnell Exp $
|
||||
Last Updated: $Id: options.html,v 1.40 2000/06/01 21:37:46 cyarnell Exp $
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -23,10 +23,10 @@ zone <VAR><A HREF="docdef.html">domain_name</A></VAR> [ ( in | hs | hesiod | cha
|
||||
[ allow-transfer { <VAR><A HREF="address_list.html">address_match_list</A></VAR> }; ]
|
||||
[ dialup <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
|
||||
[ notify <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
|
||||
[ also-notify { <VAR><A HREF="docdef.html">ip_addr</A></VAR>; [ <VAR>ip_addr</VAR>; ... ] };
|
||||
[ also-notify { <VAR><A HREF="docdef.html">ip_addr</A></VAR>; [ <VAR>ip_addr</VAR>; ... ] }; ]
|
||||
[ ixfr-base <VAR><A HREF="docdef.html">path_name</A></VAR>; ]
|
||||
[ pubkey <VAR><A HREF="docdef.html">number</A></VAR> <VAR><A HREF="docdef.html">number</A></VAR> <VAR><A HREF="docdef.html">number</A></VAR> <VAR>string</VAR>; ]
|
||||
};
|
||||
};
|
||||
|
||||
zone <VAR><A HREF="docdef.html">domain_name</A></VAR> [ ( in | hs | hesiod | chaos ) ] {
|
||||
type ( slave | stub );
|
||||
@ -43,7 +43,7 @@ zone <VAR><A HREF="docdef.html">domain_name</A></VAR> [ ( in | hs | hesiod | cha
|
||||
[ dialup <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
|
||||
[ max-transfer-time-in <VAR>number</VAR>; ]
|
||||
[ notify <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
|
||||
[ also-notify { <VAR><A HREF="docdef.html">ip_addr</A></VAR>; [ <VAR>ip_addr</VAR>; ... ] };
|
||||
[ also-notify { <VAR><A HREF="docdef.html">ip_addr</A></VAR>; [ <VAR>ip_addr</VAR>; ... ] }; ]
|
||||
[ pubkey <VAR><A HREF="docdef.html">number</A></VAR> <VAR><A HREF="docdef.html">number</A></VAR> <VAR><A HREF="docdef.html">number</A></VAR> <VAR>string</VAR>; ]
|
||||
};
|
||||
|
||||
@ -238,7 +238,7 @@ string representing the key.
|
||||
|
||||
<HR>
|
||||
<ADDRESS>
|
||||
Last Updated: $Id: zone.html,v 1.23 1999/09/30 17:58:41 cyarnell Exp $
|
||||
Last Updated: $Id: zone.html,v 1.24 2000/01/12 01:28:32 cyarnell Exp $
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -279,7 +279,7 @@ NSUPDATE_OUT = nsupdate.${SYS_OPS_OUT_EXT}
|
||||
# Network library routines manual entries
|
||||
#
|
||||
LIB_NETWORK_BASE = gethostbyname inet_cidr resolver hesiod getnetent \
|
||||
tsig getaddrinfo inet_cidr getipnodebyname
|
||||
tsig getaddrinfo getnameinfo getipnodebyname
|
||||
LIB_NETWORK_SRC_EXT = 3
|
||||
LIB_NETWORK_SRC = gethostbyname.${LIB_NETWORK_SRC_EXT} \
|
||||
inet_cidr.${LIB_NETWORK_SRC_EXT} \
|
||||
|
@ -332,7 +332,7 @@ An example SOA record is as follows:
|
||||
86400 ) ; minimum
|
||||
.Ed
|
||||
.Pp
|
||||
The SOA specifies a serial number, which should be changed each time the
|
||||
The SOA specifies a serial number, which should be incremented each time the
|
||||
master file is changed. Note that the serial number can be given as a
|
||||
dotted number, but this is a
|
||||
.Em very
|
||||
@ -416,6 +416,7 @@ Toggles logging of all incoming queries via
|
||||
(requires server to have been built with the
|
||||
.Li QRYLOG
|
||||
option).
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/var/tmp/named_dump.db (_PATH_DUMPFILE) " -compact
|
||||
.It Pa /etc/named.conf
|
||||
|
@ -1281,7 +1281,8 @@ may also be specified in the
|
||||
.Ic zone
|
||||
statement, in which case it overrides the
|
||||
.Ic options allow-query
|
||||
statement. If not specified, the default is
|
||||
statement. If not specified, the default is to allow queries
|
||||
from all hosts.
|
||||
|
||||
.Bl -tag -width 1
|
||||
.It Ic allow-recursion
|
||||
@ -1310,6 +1311,7 @@ Specifies a list of addresses that the server will not accept queries from
|
||||
or use to resolve a query. Queries from these addresses will not be
|
||||
responded to.
|
||||
.El
|
||||
.El
|
||||
|
||||
.Ss Interfaces
|
||||
|
||||
@ -1757,6 +1759,8 @@ zone \fIdomain_name\fR [ ( in | hs | hesiod | chaos ) ] {
|
||||
[ allow-update { \fIaddress_match_list\fR }; ]
|
||||
[ allow-query { \fIaddress_match_list\fR }; ]
|
||||
[ allow-transfer { \fIaddress_match_list\fR }; ]
|
||||
[ forward ( only | first ); ]
|
||||
[ forwarders { [ \fIip_addr\fR ; [ \fIip_addr\fR ; ... ] ] }; ]
|
||||
[ dialup \fIyes_or_no\fR; ]
|
||||
[ notify \fIyes_or_no\fR; ]
|
||||
[ also-notify { \fIip_addr\fR; [ \fIip_addr\fR; ... ] };
|
||||
@ -1771,6 +1775,8 @@ zone \fIdomain_name\fR [ ( in | hs | hesiod | chaos ) ] {
|
||||
[ allow-update { \fIaddress_match_list\fR }; ]
|
||||
[ allow-query { \fIaddress_match_list\fR }; ]
|
||||
[ allow-transfer { \fIaddress_match_list\fR }; ]
|
||||
[ forward ( only | first ); ]
|
||||
[ forwarders { [ \fIip_addr\fR ; [ \fIip_addr\fR ; ... ] ] }; ]
|
||||
[ transfer-source \fIip_addr\fR; ]
|
||||
[ max-transfer-time-in \fInumber\fR; ]
|
||||
[ notify \fIyes_or_no\fR; ]
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: nsupdate.8,v 8.4 1999/10/17 06:26:18 cyarnell Exp $
|
||||
.\" $Id: nsupdate.8,v 8.5 2000/02/29 03:50:48 vixie Exp $
|
||||
.\"
|
||||
.\"Copyright (c) 1999 by Internet Software Consortium
|
||||
.\"
|
||||
@ -47,6 +47,7 @@ Debug mode.
|
||||
.It Fl v
|
||||
Virtual circuit - use TCP to communication with server.
|
||||
Default is UDP.
|
||||
.El
|
||||
.Sh INPUT FORMAT
|
||||
.Ic Nsupdate
|
||||
reads input records, one per line,
|
||||
@ -79,7 +80,7 @@ will be performed.
|
||||
understands the following input record formats:
|
||||
.Pp
|
||||
|
||||
.Bl -ohang
|
||||
.Bl -hang
|
||||
|
||||
.It Ic prereq nxdomain Va domain-name
|
||||
Requires that no RR of any type exists with name
|
||||
@ -178,7 +179,7 @@ $ nsupdate -k /var/named/keys:mykey
|
||||
.Ed
|
||||
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -ohang
|
||||
.Bl -hang
|
||||
|
||||
.It Qq send error
|
||||
Typically indicates that the authoritative nameservers could not be reached
|
||||
@ -196,9 +197,11 @@ being performed. The only way to determine if the update was performed
|
||||
is to use debug mode
|
||||
.Fl ( d )
|
||||
and examine the status field in the nameserver's reply.
|
||||
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -hang
|
||||
.It Pa /etc/resolv.conf
|
||||
.El
|
||||
initial domain name and name server addresses
|
||||
.Sh SEE ALSO
|
||||
.Xr @INDOT@named @SYS_OPS_EXT@ ,
|
||||
|
@ -16,17 +16,17 @@
|
||||
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.\"
|
||||
.\" @(#)resolver.3 6.5 (Berkeley) 6/23/90
|
||||
.\" $Id: resolver.3,v 8.11 1999/09/13 23:33:24 vixie Exp $
|
||||
.\" $Id: resolver.3,v 8.12 2000/07/11 06:10:55 vixie Exp $
|
||||
.\"
|
||||
.Dd October 19, 1998
|
||||
.Dd July 4, 2000
|
||||
.Dt RESOLVER @LIB_NETWORK_EXT_U@
|
||||
.Os BSD 4
|
||||
.Sh NAME
|
||||
.Nm res_ninit ,
|
||||
.Nm res_nisourserver ,
|
||||
.Nm res_ourserver_p ,
|
||||
.Nm fp_resstat ,
|
||||
.Nm res_npquery ,
|
||||
.Nm res_hostalias ,
|
||||
.Nm res_pquery ,
|
||||
.Nm res_nquery ,
|
||||
.Nm res_nsearch ,
|
||||
.Nm res_nquerydomain ,
|
||||
@ -36,16 +36,15 @@
|
||||
.Nm res_nmkupdate ,
|
||||
.Nm res_nclose ,
|
||||
.Nm res_nsendsigned ,
|
||||
.Nm res_nsendupdate ,
|
||||
.Nm res_findzonecut ,
|
||||
.Nm dn_comp ,
|
||||
.Nm dn_expand ,
|
||||
.Nm hstrerror ,
|
||||
.Nm res_init ,
|
||||
.Nm res_isourserver ,
|
||||
.Nm p_nquery ,
|
||||
.Mm p_query ,
|
||||
.Mm hostalias ,
|
||||
.Nm fp_nquery ,
|
||||
.Nm p_query ,
|
||||
.Nm hostalias ,
|
||||
.Nm res_query ,
|
||||
.Nm res_search ,
|
||||
.Nm res_querydomain ,
|
||||
@ -61,10 +60,10 @@
|
||||
.Fd #include <arpa/nameser.h>
|
||||
.Fd #include <resolv.h>
|
||||
.Fn res_ninit "res_state statp"
|
||||
.Fn res_nisourserver "const res_state statp" "const struct sockaddr_in *addr"
|
||||
.Fn res_ourserver_p "const res_state statp" "const struct sockaddr_in *addr"
|
||||
.Fn fp_resstat "const res_state statp" "FILE *fp"
|
||||
.Fn res_npquery "const res_state statp" "const u_char *msg" "int msglen" "FILE *fp"
|
||||
.Fn res_hostalias "const res_state statp" "const char *name" "char *buf" "size_t buflen"
|
||||
.Fn res_pquery "const res_state statp" "const u_char *msg" "int msglen" "FILE *fp"
|
||||
.Fn res_nquery "res_state statp" "const char *dname" "int class" "int type" "u_char *answer" "int anslen"
|
||||
.Fn res_nsearch "res_state statp" "const char *dname" "int class" "int type" "u_char * answer" "int anslen"
|
||||
.Fn res_nquerydomain "res_state statp" "const char *name" "const char *domain" "int class" "int type" "u_char *answer" "int anslen"
|
||||
@ -75,7 +74,6 @@
|
||||
.Fn res_nclose "res_state statp"
|
||||
.Fn res_nsendsigned "res_state statp" "const u_char *msg" "int msglen" "ns_tsig_key *key" "u_char *answer" "int anslen"
|
||||
.Fn res_findzonecut "res_state statp" "const char *dname" "ns_class class" "int options" "char *zname" "size_t zsize" "struct in_addr *addrs" "int naddrs"
|
||||
.Fn res_nsendupdate "res_state statp" "ns_updrec *rrecp_in" "ns_tsig_key *key" "char *zname" "struct in_addr addr"
|
||||
.Fn dn_comp "const char *exp_dn" "u_char *comp_dn" "int length" "u_char **dnptrs, **lastdnptr"
|
||||
.Fn dn_expand "const u_char *msg, *eomorig, *comp_dn" "char *exp_dn" "int length"
|
||||
.Fn hstrerror "int err"
|
||||
@ -87,7 +85,7 @@
|
||||
.Fd #include <resolv.h>
|
||||
.Fn res_init "void"
|
||||
.Fn res_isourserver "const struct sockaddr_in *addr"
|
||||
.Fn p_nquery "const u_char *msg" "int msglen" "FILE *fp"
|
||||
.Fn fp_nquery "const u_char *msg" "int msglen" "FILE *fp"
|
||||
.Fn p_query "const u_char *msg" "FILE *fp"
|
||||
.Fn hostalias "const char *name"
|
||||
.Fn res_query "const char *dname" "int class, type" "u_char *answer" "int anslen"
|
||||
@ -111,7 +109,7 @@ should be set to all zeros prior to the first call to any of these functions.
|
||||
The functions
|
||||
.Fn res_init ,
|
||||
.Fn res_isourserver ,
|
||||
.Fn p_nquery ,
|
||||
.Fn fp_nquery ,
|
||||
.Fn p_query ,
|
||||
.Fn hostalias ,
|
||||
.Fn res_query ,
|
||||
@ -373,11 +371,9 @@ MUST be big enough to receive a maximum UDP response from the server or
|
||||
parts of the answer will be silently discarded.
|
||||
The default maximum UDP response size is 512 bytes.
|
||||
.Pp
|
||||
The functions
|
||||
.Fn res_nisourserver
|
||||
/
|
||||
.Fn res_isourserver
|
||||
return true when
|
||||
The function
|
||||
.Fn res_ourserver_p
|
||||
returns true when
|
||||
.Fa inp
|
||||
is one of the servers in
|
||||
.Fa statp->nsaddr_list
|
||||
@ -385,9 +381,7 @@ is one of the servers in
|
||||
.Fa _res.nsaddr_list .
|
||||
.Pp
|
||||
The functions
|
||||
.Fn res_npquery
|
||||
/
|
||||
.Fn p_nquery
|
||||
.Fn fp_nquery
|
||||
/
|
||||
.Fn p_query
|
||||
print out the query and any answer in
|
||||
@ -396,7 +390,7 @@ on
|
||||
.Fa fp .
|
||||
.Fn p_query
|
||||
is equivalent to
|
||||
.Fn p_nquery
|
||||
.Fn fp_nquery
|
||||
with
|
||||
.Fa msglen
|
||||
set to 512.
|
||||
@ -429,22 +423,18 @@ The functions
|
||||
take a list of ns_updrec
|
||||
.Fa rrecp_in .
|
||||
Identifies the containing zone for each record and groups the records
|
||||
according to containing zone maintaining in zone order then sends and
|
||||
update request to the servers for these zones.
|
||||
The number of zones updated is returned or -1 on error.
|
||||
according to containing zone maintaining in zone order then sends and update
|
||||
request to the servers for these zones. The number of zones updated is
|
||||
returned or -1 on error. Note that
|
||||
.Fn res_nupdate
|
||||
will perform TSIG authenticated dynamic update operations if the key is not
|
||||
NULL.
|
||||
.Pp
|
||||
The function
|
||||
.Fn res_findzonecut
|
||||
discovers the closest enclosing zone cut for a specified domain name,
|
||||
and finds the IP addresses of the zone's master servers.
|
||||
.Pp
|
||||
The function
|
||||
.Fn res_nsendupdate
|
||||
is used to perform TSIG authenticated dynamic update operations.
|
||||
.Fn res_nsendupdate
|
||||
sends a dynamic update to the specified IP address, authenticating the update
|
||||
if the key is not NULL.
|
||||
.Pp
|
||||
The functions
|
||||
.Fn res_nmkupdate
|
||||
/
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user