InlinePolicyDnsForwarder1

InlinePolicyDnsForwarder1
InlinePolicyDnsForwarder1
JSON Example
{
    "conditional_forwarder_zone_paths": [
        "string"
    ],
    "default_forwarder_zone_path": "string",
    "enabled": false,
    "listener_ip": "string",
    "log_level": "string"
}
array of string
conditional_forwarder_zone_paths
Optional

Max of 5 DNS servers can be configured

string
default_forwarder_zone_path
Required

This is the zone to which DNS requests are forwarded by default

boolean
enabled
Optional

The flag, which suggests whether the DNS forwarder is enabled or disabled. The default is True.

string As ipv4 As ipv4
listener_ip
Required

This is the IP on which the DNS Forwarder listens.

string
log_level
Optional

Set log_level to DISABLED will stop dumping fowarder log.

Possible values are : DEBUG, INFO, WARNING, ERROR, FATAL,