dhcpkit.ipv6.server.extensions.sntp.config module

Configuration elements for the dns option handlers

class dhcpkit.ipv6.server.extensions.sntp.config.SNTPServersOptionHandlerFactory(section: ZConfig.matcher.SectionValue)[source]

Bases: dhcpkit.ipv6.server.handlers.HandlerFactory

Create the handler for SNTP servers.

create() → dhcpkit.ipv6.server.extensions.sntp.SNTPServersOptionHandler[source]

Create a handler of this class based on the configuration in the config section.

Returns:A handler object