DomainName
A module to describe Internet domain names, together with some useful functions (such as finding if a domain is the subdomain of another).
This module does not implement the DNS protocol, it its only for domain names, independently of how they are used.
It was mostly created for the Drink server (see its ticket #45) so it is not sure it is generally useful. Try if you want.
Installation
The package is available in Hex, it can be installed
by adding domainname to your list of dependencies in mix.exs:
def deps do
[
{:domainname, "~> 0.1.5"}
]
endFuture work
See the list of issues.