DNS name servers - BlueCat Integrity - 9.4.0

VM Installation Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0
You can add IP addresses of DNS servers managed by Address Manager.
Note: Modifications to name server configuration may not take immediate effect in some services, including DHCP. If DHCP service is running, restart DHCP service after saving changes to the name server configuration

Example

#cloud-config
bluecat_service_config:
    payload: |
    {
        "version": "1.0.0",
        "services": {
            "dnsResolver": {
                "configurations": [
                    {
                        "dnsResolverConfiguration": {
                            "servers": ["10.0.0.1", "10.0.0.2"]
                        }
                    }
                ]
            }
        }
    }
Parameters
  • servers—enter a list of IPv4 addresses of DNS resolvers.