DnsServerRecursionScope: New resource proposal #199
Labels
help wanted
The issue is up for grabs for anyone in the community.
resource proposal
The issue is proposing a new resource in the resource module.
Description
Suggest adding a new resource that changes DNS server recursion settings for a scope. Using the commands
Get-DnsServerRecursionScope
andSet-DnsServerRecursionScope
.Proposed properties
Name
<Key, String> - The host name of the DNS server to change, or use'localhost'
for the current node.DnsServer
<Write, String> - The host name of the DNS server to change, or use'localhost'
for the current node. Defaults to'localhost'
.EnableRecursion
<Write, Boolean> - Indicates whether to enable recursion.Forwarder
<Write, String[]> - Specifies an array IP addresses of forwarders for this recursion scope.Special considerations or limitations
The default zone
'.'
that is set withSet-DnsServerRecursionScope
is the same scope that is set with the proposed resource DnsServerRecursion in issue #198. So this resource should prevent from changing the propertyEnableRecursion
for the default scope ('.'
) and instead refer to use the resource DnsServerRecursion.The text was updated successfully, but these errors were encountered: