]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
howtos: add ALIAS recursor note for 4.0.x compatibility 5412/head
authorWalter Hop <walter@lifeforms.nl>
Thu, 15 Jun 2017 11:14:57 +0000 (13:14 +0200)
committerWalter Hop <walter@lifeforms.nl>
Thu, 15 Jun 2017 11:14:57 +0000 (13:14 +0200)
docs/markdown/authoritative/howtos.md

index e956e846b6fa895c8ceeac7d68ea52141bc5ca4b..e5d985f2919d673a06c4385c746fee7f5b35553b 100644 (file)
@@ -178,7 +178,7 @@ If you have multiple IP addresses on the internet on one machine, UNIX often sen
 # Using ALIAS records
 The ALIAS record provides a way to have CNAME-like behaviour on the zone apex.
 
-In order to correctly serve ALIAS records, set the [`resolver`](settings.md#resolver) setting to an existing resolver and enable [`expand-alias`](settings.md#expand-alias):
+In order to correctly serve ALIAS records in PowerDNS Authoritative Server 4.1.0 or higher, set the [`resolver`](settings.md#resolver) setting to an existing resolver and enable [`expand-alias`](settings.md#expand-alias):
 
 ```
 resolver=[::1]:5300
@@ -187,7 +187,13 @@ expand-alias=yes
 
 **note**: If `resolver` is unset, ALIAS expension is disabled!
 
-and add the ALIAS record to your zone apex. e.g.:
+**note**: In PowerDNS Authoritative Server 4.0.x, the setting [`recursor`](settings.md#recursor) is used instead, and you should omit the [`expand-alias`](settings.md#expand-alias) setting:
+
+```
+recursor=[::1]:5300
+```
+
+Then add the ALIAS record to your zone apex. e.g.:
 
 ```
 $ORIGIN example.net