package dns-cli

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-10.2.5.tbz
sha256=23af091a6e4c13322b7f9094577e6d72dfcd5e23c4ec00fa3520edb4ff9f5fef
sha512=36b2e4eef2fd9f27bdafba10a86b078cb37e4cd461b363a57b71ca9bd7493ec2388cd9e44c374f1c2a65b73e0dd16c959aed7bd0f91151b3027737b44d4c9332

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.

Published: 21 Apr 2026

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