Skip to main content

BIND DNS server

v0.1.6

Authoritative/recursive BIND ops: rndc status + stats, zone validation, cache inspection, local resolution probes, plus narrow operator actions (rndc reload, zone freeze/thaw). Requires rndc key on the runner host.

10 allowed by default 1 need approval
Pack ID
bind
Vendor
emisar
OS
linux
Actions
11
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
rndc

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:58e39adad92e4e736d07973856cb86393729fb2d0b8c4db70b84be2fee9b325b

on the runner host
sudo emisar pack install bind \
  --hash sha256:58e39adad92e4e736d07973856cb86393729fb2d0b8c4db70b84be2fee9b325b \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 11 total

View on GitHub