MDNS

MDNS Handler

class designate.mdns.handler.RequestHandler(storage, tg)[source]

Bases: object

property worker_api

MDNS Service

class designate.mdns.service.Service[source]

Bases: Service

property dns_application
property service_name
start()[source]

Start a service.

stop(graceful=True)[source]

Stop a service.

Parameters:

graceful – indicates whether to wait for all threads to finish or terminate them instantly

property storage