Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 1.91 KB

DnsServerForwarders.adoc

File metadata and controls

78 lines (58 loc) · 1.91 KB

DSC Resource 'DnsServerForwarders'

DnsServerForwarders manages the DNS forwarder list of a Domain Name System (DNS) server.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'DnsServerForwarders'
Parameter Attribute DataType Description Allowed Values

IPAddresses

Mandatory

String[]

IP addresses of the forwarders

If you prefer one of the forwarders, put that forwarder first in the series of forwarder IP addresses..

UseRootHint

Boolean

Specifies whether to prevent the DNS server from performing iterative queries.

If you set UseRootHint to False, the DNS server forwards unresolved queries only to the DNS servers in the forwarders list and does not try iterative queries if the forwarders do not resolve the queries.

  • True

  • False

EnableReordering

Boolean

Specifies whether to enable the DNS server to reorder forwarders dynamically.

If the parameter EnableReordering is set to False then the preferred forwarder can be put in the series of forwarder IP addresses.

  • True

  • False

Timeout

UInt32

Specifies the number of seconds that the DNS server waits for a response from the forwarder.

The minimum value is 0, and the maximum value is 15.

0 …​ 15

Example
DnsServerForwarders:
  IPAddresses:
    - 192.168.0.20
    - 192.168.0.21
  UseRootHint: True