DNS.Zone.Name (DNS v0.4.1)

View Source

DNS Zone Name

Summary

Types

t()

@type t() :: %DNS.Zone.Name{data: bitstring(), value: binary()}

Functions

child?(name1, name2)

Check if the name1 is a child of name2.

from_domain(domain)

match_domain(name, domain)

new(value)

@spec new(binary()) :: t()