From 1a058cc6152fb76f196cccde36e09eeadff33585 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 22 Sep 2014 21:25:37 +0200 Subject: [PATCH] typos --- pdns/docs/alias.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/docs/alias.md b/pdns/docs/alias.md index 33d6ba41f2..7789e1e954 100644 --- a/pdns/docs/alias.md +++ b/pdns/docs/alias.md @@ -43,9 +43,9 @@ A query for the A of serv.example.com gets normal CNAME processing, and then sim hits the ALIAS record, and returns the synthesized A record for example.com. A query for the SRV record of example.com will return NODATA, since ALIAS records do -not syntesize to anything but A and AAAA records. +not synthesize to anything but A and AAAA records. -Finaly, a query for ANY for example.com will return the SOA, NS and ALIAS records, +Finally, a query for ANY for example.com will return the SOA, NS and ALIAS records, in addition to any synthesized A and AAAA records matching the IPv4 and IPv6 addresses of www.powerdns.com. @@ -53,7 +53,7 @@ The TTL of the synthesized record is the minimum of the TTL on the ALIAS record the origin IPv4 or IPv6 addresses. ## NXDOMAIN and NODATA handling -If the server encounters a NODATA response when retrievin the target's IPv4 or IPv6 addresses, +If the server encounters a NODATA response when retrieving the target's IPv4 or IPv6 addresses, a similar NODATA response should be synthesized, in other words, we pretend the ALIAS record was not even present. -- 2.47.2