Config¶
Leafs
-
class
System.Dns.Config¶ Bases:
EntityClass Hierarchy:
SystemDnsConfigThis class represents configuration data.
Configuration data for the DNS resolver
-
search¶ An ordered list of domains to search when resolving a host name
type: list of str
pattern: ((([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.)*([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.?)|\.
-