Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update alias.rst #13360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guides/alias.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
This is useful when your secondary servers do not understand ALIAS, or should not look up the addresses themselves.
Note that secondaries will not automatically follow changes in those A/AAAA records unless you AXFR regularly.

If secondaries are operated with nameserver software which is not capable of synthesising ALIAS records the zone will probably go out of sync. Because updated ALIAS target records will not result in an increment of the Serial, which means that Secondaries won't pull the Zone.

Check failure on line 52 in docs/guides/alias.rst

View workflow job for this annotation

GitHub Actions / Spell checking

`synthesising` is not a recognized word. (unrecognized-spelling)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If secondaries are operated with nameserver software which is not capable of synthesising ALIAS records the zone will probably go out of sync. Because updated ALIAS target records will not result in an increment of the Serial, which means that Secondaries won't pull the Zone.
If secondaries are operated with name server software which is not capable of synthesizing ALIAS records the zone will probably go out of sync. Because updated ALIAS target records will not result in an increment of the Serial, which means that Secondaries won't pull the Zone.


If the ALIAS target cannot be resolved, the AXFR will fail.
When set to 'ignore-errors', an unresolvable ALIAS target will be omitted from the outgoing transfer.

Expand Down
Loading