Knine v0.0.1
Knine.Watchdog.DnsWatchdog
Tools for checking domain name related issues like:
- Domain Expiray
- Domain NS validation
- Name Server reachability and response time
- Record timeouts
- Record changes
- Domain SSL public records
Summary
Checks DNS integrity of an specific FQDN.
Returns {:ok, :dns_ok} if every thing is ok or {:error, :reason, “Reason string”} in case of error(s)
Functions
Checks DNS integrity of an specific FQDN.
Returns {:ok, :dns_ok} if every thing is ok or {:error, :reason, “Reason string”} in case of error(s)
Parameters
- param1: a list in following order: [
fqdn
as String, ip
as Tuple, min_ttl
as Integer, max_ttl
as Integer]