package dns-cli

  1. Overview
  2. No Docs
Unix command line DNS utilities

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-10.2.6.tbz
sha256=4c3df263dd4596f8563615fe3644e2fad5978b66a268c3ef352083d7fee0ffc8
sha512=1df298223c753092ae8756d5cbd4c1788f716bb6393fa3e9e484ba5acb9bc6a4e394e654785c4e80330eeea3b2809598704d4b043dad2829bc77d14857ebb295

Description

'oupdate' sends a DNS update packet to a DNS server that sets 'hostname A ip'. For authentication via TSIG, a hmac secret needs to be provided.

'ocertify' updates DNS with a certificate signing request, and polls a matching certificate. Best used with an letsencrypt unikernel.

'onotify' sends a DNS NOTIFY packet to a DNS server.

'ozone' checks consistency of a given zone file (and if the previous is provided, it also checks for monotonicity in the serial in the SOA).

'odns' is a DNS client, looking up DNS records.

'odnssec' does DNSsec verification during lookup of DNS records.

'resolver' is a stand-alone DNS resolver.

Added to opam-repository:

Dependencies (27)

  1. metrics >= "0.5.0"
  2. randomconv >= "0.2.0"
  3. lwt >= "4.0.0"
  4. ipaddr >= "4.0.0"
  5. fmt >= "0.8.8"
  6. logs >= "0.6.3"
  7. ohex >= "0.2.0"
  8. tcpip >= "8.2.0"
  9. ptime >= "1.2.0"
  10. mtime >= "2.1.0"
  11. mirage-mtime >= "5.0.0"
  12. mirage-crypto-rng >= "2.0.0"
  13. mirage-crypto-pk >= "1.0.0"
  14. mirage-crypto >= "1.0.0"
  15. x509 >= "1.0.0"
  16. fpath >= "0.7.2"
  17. cmdliner >= "1.1.0"
  18. bos >= "0.2.0"
  19. dns-resolver = version
  20. dns-certify = version
  21. dns-server = version
  22. dns-client-lwt = version
  23. dns-tsig = version
  24. dnssec = version
  25. dns = version
  26. ocaml >= "4.13.0"
  27. dune >= "2.8.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None