DnsServerForwarders manages the DNS forwarder list of a Domain Name System (DNS) server.
Source |
|
DSC Resource |
|
Documentation |
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 |
|
|
EnableReordering |
Boolean |
Specifies whether to enable the DNS server to reorder forwarders dynamically. If the parameter EnableReordering is set to |
|
|
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 |
DnsServerForwarders:
IPAddresses:
- 192.168.0.20
- 192.168.0.21
UseRootHint: True