1 .\" Copyright (c) 2004 Apple Computer, Inc. All Rights Reserved.
3 .\" @APPLE_LICENSE_HEADER_START@
5 .\" This file contains Original Code and/or Modifications of Original Code
6 .\" as defined in and that are subject to the Apple Public Source License
7 .\" Version 2.0 (the 'License'). You may not use this file except in
8 .\" compliance with the License. Please obtain a copy of the License at
9 .\" http://www.opensource.apple.com/apsl/ and read it before using this
12 .\" The Original Code and all software distributed under the License are
13 .\" distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
14 .\" EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
15 .\" INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
16 .\" FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
17 .\" Please see the License for the specific language governing rights and
18 .\" limitations under the License.
20 .\" @APPLE_LICENSE_HEADER_END@
22 .\" $Log: dnsextd.8,v $
23 .\" Revision 1.1 2004/08/15 18:49:18 cheshire
24 .\" <rdar://problem/3763030> No man page for dnsextd
28 .Dd August 2004 \" Date
29 .Dt dnsextd 8 \" Document Title
30 .Os Darwin \" Operating System
34 .Nd BIND Extension Daemon \" Name Description for whatis database
41 is a daemon invoked at boot time, running alongside BIND 9,
42 to implement two EDNS0 extensions to the standard DNS protocol.
45 allows clients to perform DNS Updates with an attached lease lifetime,
46 so that if the client crashes or is disconnected from the network, its
47 address records will be automatically deleted after the lease expires.
50 allows clients to perform long-lived queries. Instead of rapidly polling
51 the server to discover when information changes, long-lived queries
52 enable a client to indicate its interest in some set of data, and then
53 be notified asynchronously by the server whenever any of that data changes.
56 has no user-specifiable command-line argument, and users should not run
64 For information on Dynamic DNS Update, see RFC 2136
65 "Dynamic Updates in the Domain Name System (DNS UPDATE)"
67 For information on Dynamic DNS Update Leases, see
68 .Pa http://files.dns-sd.org/draft-dns-update-leases.txt
70 For information on Long-Lived Queries, see
71 .Pa http://files.dns-sd.org/draft-dns-llq.txt
75 bugs are tracked in Apple Radar component "mDNSResponder".
80 daemon first appeared in Mac OS X 10.4 (Tiger).