summaryrefslogtreecommitdiff
path: root/assets/outbox/install-dig.txt
diff options
context:
space:
mode:
Diffstat (limited to 'assets/outbox/install-dig.txt')
-rw-r--r--assets/outbox/install-dig.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/outbox/install-dig.txt b/assets/outbox/install-dig.txt
new file mode 100644
index 0000000..6e2f4ae
--- /dev/null
+++ b/assets/outbox/install-dig.txt
@@ -0,0 +1,9 @@
+Install dig (bind package) as part of base system setup.
+
+dig was missing on ratio and velox. Needed for DNS diagnostics and
+used by the homelab system-health-check workflow. Was manually
+installed on both machines on 2026-03-24.
+
+ sudo pacman -S bind
+
+Provides: dig, host, nslookup, and other DNS utilities.