<br><br><div class="gmail_quote">2011/5/12 Mark Andrews <span dir="ltr"><<a href="mailto:marka@isc.org">marka@isc.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
<br>
I suggest that you look at the documentation for "external" and use<br>
it.<br>
<div><div></div><div class="h5"><br></div></div></blockquote></div>Hello Mark,<br><br>thanx a lot for your explanation. One last question. <br><br>What do you mean with your sentence above? Do you mean that?:<br>+++++++++++++++++++++++++++++++++++++++++++++++<br>
external This rule allows named to defer the decision of whether to<br>allow a given update to an external daemon.<br>The method of communicating with the daemon is specified<br>in the identity field, the format of which is<br>
”local:path”, where path is the location of a UNIXdomain<br>socket. (Currently, ”local” is the only supported<br>mechanism.)<br>Requests to the external daemon are sent over the UNIXdomain<br>socket as datagrams with the following format:<br>
Protocol version number (4 bytes,<br>network byte order, currently 1) Request<br>length (4 bytes, network byte order)<br>Signer (null-terminated string) Name<br>(null-terminated string) TCP source<br>address (null-terminated string) Rdata<br>
type (null-terminated string) Key<br>(null-terminated string) TKEY token length<br>(4 bytes, network byte order) TKEY token<br>(remainder of packet) The daemon replies with a<br>four-byte value in network byte order, containing either 0 or<br>
1; 0 indicates that the specified update is not permitted, and<br>1 indicates that it is.In<br>++++++++++++++++++++++++++++++++++++++++++++<br><br>regards,<br>Juergen<br><br>