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

DnsServerRecursionScope: New resource proposal #199

Open
johlju opened this issue Mar 1, 2021 · 0 comments
Open

DnsServerRecursionScope: New resource proposal #199

johlju opened this issue Mar 1, 2021 · 0 comments
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.

Comments

@johlju
Copy link
Member

johlju commented Mar 1, 2021

Description

Suggest adding a new resource that changes DNS server recursion settings for a scope. Using the commands Get-DnsServerRecursionScope and Set-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 with Set-DnsServerRecursionScope is the same scope that is set with the proposed resource DnsServerRecursion in issue #198. So this resource should prevent from changing the property EnableRecursion for the default scope ('.') and instead refer to use the resource DnsServerRecursion.

@johlju johlju added 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. labels Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant