package dns-cli
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.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)
-
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