nsupdate: Don't mention the Microsoft DNS server (#62330)
Microsoft's DNS server uses GSS-TSIG to secure Dynamic DNS updates. That is a Kerberos based form of TSIG neither supported by the Ansible nsupdate module nor the underlying dnspython module. Related to #57294 and #62238.
This commit is contained in:
parent
ea73e0c43a
commit
70a33c3140
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ module: nsupdate
|
|||
short_description: Manage DNS records.
|
||||
description:
|
||||
- Create, update and remove DNS records using DDNS updates
|
||||
- DDNS works well with both bind and Microsoft DNS (see https://technet.microsoft.com/en-us/library/cc961412.aspx)
|
||||
version_added: "2.3"
|
||||
requirements:
|
||||
- dnspython
|
||||
|
|
Loading…
Reference in a new issue