DnsSettings Class
DNS Proxy Settings in Firewall Policy.
Constructor
DnsSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
servers
|
List of Custom DNS Servers. |
|
enable_proxy
|
Enable DNS Proxy on Firewalls attached to the Firewall Policy. |
|
require_proxy_for_network_rules
|
FQDNs in Network Rules are supported when set to true. |
Attributes
enable_proxy
Enable DNS Proxy on Firewalls attached to the Firewall Policy.
enable_proxy: bool | None
require_proxy_for_network_rules
FQDNs in Network Rules are supported when set to true.
require_proxy_for_network_rules: bool | None
servers
List of Custom DNS Servers.
servers: list[str] | None