1 .\" -*- tab-width: 4 -*-
3 .\" Copyright (c) 2004 Apple Computer, Inc. All Rights Reserved.
5 .\" Licensed under the Apache License, Version 2.0 (the "License");
6 .\" you may not use this file except in compliance with the License.
7 .\" You may obtain a copy of the License at
9 .\" http://www.apache.org/licenses/LICENSE-2.0
11 .\" Unless required by applicable law or agreed to in writing, software
12 .\" distributed under the License is distributed on an "AS IS" BASIS,
13 .\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 .\" See the License for the specific language governing permissions and
15 .\" limitations under the License.
17 .\" $Log: dnsextd.8,v $
18 .\" Revision 1.2 2006/08/14 23:24:56 cheshire
19 .\" Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
21 .\" Revision 1.1 2004/08/15 18:49:18 cheshire
22 .\" <rdar://problem/3763030> No man page for dnsextd
26 .Dd August 2004 \" Date
27 .Dt dnsextd 8 \" Document Title
28 .Os Darwin \" Operating System
32 .Nd BIND Extension Daemon \" Name Description for whatis database
39 is a daemon invoked at boot time, running alongside BIND 9,
40 to implement two EDNS0 extensions to the standard DNS protocol.
43 allows clients to perform DNS Updates with an attached lease lifetime,
44 so that if the client crashes or is disconnected from the network, its
45 address records will be automatically deleted after the lease expires.
48 allows clients to perform long-lived queries. Instead of rapidly polling
49 the server to discover when information changes, long-lived queries
50 enable a client to indicate its interest in some set of data, and then
51 be notified asynchronously by the server whenever any of that data changes.
54 has no user-specifiable command-line argument, and users should not run
62 For information on Dynamic DNS Update, see RFC 2136
63 "Dynamic Updates in the Domain Name System (DNS UPDATE)"
65 For information on Dynamic DNS Update Leases, see
66 .Pa http://files.dns-sd.org/draft-dns-update-leases.txt
68 For information on Long-Lived Queries, see
69 .Pa http://files.dns-sd.org/draft-dns-llq.txt
73 bugs are tracked in Apple Radar component "mDNSResponder".
78 daemon first appeared in Mac OS X 10.4 (Tiger).