Skip to content

Commit 0c2bba9

Browse files
authored
Merge pull request #13360 from stasic/patch-5
Update alias.rst
2 parents 6a2b04d + f8490b3 commit 0c2bba9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/guides/alias.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ When set to 'yes', PowerDNS will look up the A and AAAA records of the name in t
6060
This is useful when your secondary servers do not understand ALIAS, or should not look up the addresses themselves.
6161
Note that secondaries will not automatically follow changes in those A/AAAA records unless you AXFR regularly.
6262

63+
If secondaries are operated with name server software which is not capable of synthesizing ALIAS records, the zone will probably go out of sync.
64+
Because updated ALIAS target records will not result in an increment of the zone serial number, secondaries won't consider the zone as in need of an update, and won't pull its contents.
65+
To keep secondary name servers up to date with the ALIAS target, you'll have to periodically retransfer the zone from PowerDNS to force ALIAS-resolving during AXFR.
66+
This can be done either in a dumb-but-reliable way, for example every minute, or using some "out of band" logic to retransfer zones only when the ALIAS target actually changes.
67+
6368
If the ALIAS target cannot be resolved, the AXFR will fail.
6469
When set to 'ignore-errors', an unresolvable ALIAS target will be omitted from the outgoing transfer.
6570

0 commit comments

Comments
 (0)