Server

Keys

Children

class System.DnsResolver.Server

Bases: Entity

Class Hierarchy : System DnsResolver Server

This class represents configuration data.

List of the DNS servers that the resolver should query.

When the resolver is invoked by a calling application, it

sends the query to the first name server in this list. If

no response has been received within ‘timeout’ seconds,

the resolver continues with the next server in the list.

If no response is received from any server, the resolver

continues with the first server again. When the resolver

has traversed the list ‘attempts’ times without receiving

any response, it gives up and returns an error to the

calling application.

Implementations MAY limit the number of entries in this

list.

name(key)

An arbitrary name for the DNS server

type: str

udp_and_tcp

Contains UDP- and TCP-specific configuration parameters for DNS

type: UdpAndTcp