package dns-cli
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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)
-
metrics
>= "0.5.0" -
randomconv
>= "0.2.0" -
lwt
>= "4.0.0" -
ipaddr
>= "4.0.0" -
fmt
>= "0.8.8" -
logs
>= "0.6.3" -
ohex
>= "0.2.0" -
tcpip
>= "8.2.0" -
ptime
>= "1.2.0" -
mtime
>= "2.1.0" -
mirage-mtime
>= "5.0.0" -
mirage-crypto-rng
>= "2.0.0" -
mirage-crypto-pk
>= "1.0.0" -
mirage-crypto
>= "1.0.0" -
x509
>= "1.0.0" -
fpath
>= "0.7.2" -
cmdliner
>= "1.1.0" -
bos
>= "0.2.0" -
dns-resolver
= version -
dns-certify
= version -
dns-server
= version -
dns-client-lwt
= version -
dns-tsig
= version -
dnssec
= version -
dns
= version -
ocaml
>= "4.13.0" -
dune
>= "2.8.0"
Dev Dependencies (1)
-
alcotest
with-test
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page