Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Fixed typo #6

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: 1 addition & 1 deletion docs/design_pages/active_directory_dns_updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ One change compared to the IPA code would be that IPA only sends the refresh whe

During design discussion, it was decided that the new options should be not include the provider-specific prefix but rather be provider agnostic to ease sharing the code and possibly allow other providers to use dynamic DNS updates as well. The new options are:

1. `dynds_update` `(bool)` - whether to perform the dynamic DNS update. Defaults to false.
1. `dyndns_update` `(bool)` - whether to perform the dynamic DNS update. Defaults to false.
2. `dyndns_refresh_interval` `(integer)` - how often to run the periodic task to refresh the resource record
3. `dyndns_iface` `(string)` - instead of updating the DNS with the address used to connect to LDAP, which is the default, use all addresses configured on a particular interface
4. `dyndns_update_ptr` `(bool)` - whether to also update the reverse zone when updating the forward zone
Expand Down