Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.69 KB

DnsServerSettings.adoc

File metadata and controls

68 lines (53 loc) · 1.69 KB

DSC Resource 'DnsServerSettings'

DnsServerSettings manages the DNS sever settings/properties.

Source

/OSS/OSS-Core/Impl/IVV/DSC/CommonTasks/CommonTasks/DscResources/DnsServer

DSC Resource

Documentation

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

Settings

Hashtable

List of xDnsServerSettings.
See the specification of xDnsServerSetting to get a description of all supported attributes.

Example
DnsServerSettings:
  Settings:
    Name: DnsServerSetting
    ListenAddresses:
      - 192.168.30.111
    IsSlave: true
    Forwarders:
      - 168.63.129.16
      - 168.63.129.18
    RoundRobin: true
    LocalNetPriority: true
    SecureResponses: true
    NoRecursion: false
    BindSecondaries: false
    StrictFileParsing: false
    ScavengingInterval: 168
    LogLevel: 50393905