You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNS drivers share the need to manipulate host/domain names, so let's add
utility functions to the common Record and Zone classes to allow
redundant code scattered throughout the various drivers to be
consolidated into common and consistent implementations.
* Record.name - no longer driver-dependent, now the host prefix or ""
* Record.hostname - the complete host name, including domain part
* Record.fqdn - the fully qualified domain name, including root dot
* Zone.domain - no longer driver-dependent, now the unrooted domain
* Zone.rooted() - format a (un)rooted domain as a rooted domain
* Zone.rooted() - format a (un)rooted domain as an unrooted domain
0 commit comments