~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to update/1.2.12.04/maradns-1.2.12.03-private_clarify.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*** maradns-1.2.12.03/doc/en/source/authoritative.ej    Mon May 15 19:28:36 2006
2
 
--- maradns-1.2.12.04/doc/en/source/authoritative.ej    Thu Nov 23 10:10:17 2006
3
 
***************
4
 
*** 484,489 ****
5
 
--- 484,497 ----
6
 
  
7
 
  <p>
8
 
  
9
 
+ It is possible to do this in MaraDNS because MaraDNS first looks up 
10
 
+ authoritative names before performing recursion.  For example, if 
11
 
+ <tt>www.google.com</tt> is defined in a MaraDNS zone file, MaraDNS
12
 
+ will use the value in the zone file instead of contacting nameservers
13
 
+ on the internet to get the IP for <tt>www.google.com</tt>.
14
 
15
 
+ <p>
16
 
17
 
  On UNIX, BSD, and Linux machines in an office, this is done by adding
18
 
  a line like this to the file <tt>/etc/resolv.conf</tt>:
19
 
  
20
 
*** maradns-1.2.12.03/doc/en/source/recursive.ej        Sun Oct  8 19:32:42 2006
21
 
--- maradns-1.2.12.04/doc/en/source/recursive.ej        Thu Nov 23 10:10:56 2006
22
 
***************
23
 
*** 293,298 ****
24
 
--- 293,302 ----
25
 
  
26
 
  This is done by taking advantage of the fact that MaraDNS 
27
 
  can act as both a recursive and authoritative name server on the same IP.
28
 
+ MaraDNS first looks up authoritative names before performing recursion.
29
 
+ For example, if <tt>www.google.com</tt> is defined in a MaraDNS zone
30
 
+ file, MaraDNS will use the value in the zone file instead of contacting
31
 
+ nameservers on the internet to get the IP for <tt>www.google.com</tt>.
32
 
  
33
 
  <p>
34