BIND DNS server

v0.1.4

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.

Pack ID
bind
Vendor
emisar
OS
linux
Actions
11
Required binaries: rndc. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:c51bd7c83f49cb679eb11dba2069232f4aede12a205dd5a7b2358a0cfbfdfa3a

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

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

Actions 11 total

View on GitHub