]> granicus.if.org Git - pdns/commitdiff
Fix typo
authorPieter Lexis <pieter@plexis.eu>
Wed, 10 Dec 2014 18:31:33 +0000 (19:31 +0100)
committerPieter Lexis <pieter@plexis.eu>
Wed, 24 Dec 2014 15:13:42 +0000 (16:13 +0100)
pdns/docs/alias.md

index 5660232b386f1ab7427ce1a3c88686cb94ed60c3..22facc71ddbca2ac622cf115df29e0cc7fd86528 100644 (file)
@@ -26,16 +26,18 @@ record's target.
 
 As an example:
 
-     $ORIGIN example.com
-     @         IN      SOA     ns1 ahu 2014091619 7200 3600 1209600 3600
-     @         IN      NS      ns1
-     @         IN      NS      ns2
-     www       IN      CNAME   xs.powerdns.com.
-     ns1       IN      A       1.2.3.4
-     ns2       IN      A       4.3.2.1
-     @         IN      ALIAS   www.powerdns.com.
-     @         IN      MX      25 outpost.ds9a.nl.
-     serv      IN      CNAME   @
+```
+$ORIGIN example.com
+@              IN      SOA     ns1 ahu 2014091619 7200 3600 1209600 3600
+@              IN      NS      ns1
+@              IN      NS      ns2
+www    IN      CNAME   xs.powerdns.com.
+ns1    IN      A       1.2.3.4
+ns2    IN      A       4.3.2.1
+@              IN      ALIAS   www.powerdns.com.
+@              IN      MX      25 outpost.ds9a.nl.
+serv   IN      CNAME   @
+```
 
 A query for the A record of example.com has no match in the local store, but there
 is an ALIAS record. In this case, the authoritative server synthesizes an A record
@@ -100,7 +102,7 @@ address of the resolver asking.  As a further refinement, some resolvers can
 pass along (part) of the actual stub-resolver asking the question, and base
 its answer on that 'real' address. 
 
-For ALIAS processing, implementors are encourage to pass along or use all
+For ALIAS processing, implementors are encouraged to pass along or use all
 knowledge of the remote client IP address when retrieving A or AAAA records.
 
 ## Resolver processing