From db4256e36247cbcb35becf95d2bc8a3bdcc26321 Mon Sep 17 00:00:00 2001 From: cjones Date: Fri, 13 Mar 2026 23:54:09 -0400 Subject: [PATCH] Add forward zones for cranberrypi to match unbound config for teal. --- .../cranberrypi/config/usr/local/etc/unbound/unbound.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/devices/cranberrypi/config/usr/local/etc/unbound/unbound.conf b/devices/cranberrypi/config/usr/local/etc/unbound/unbound.conf index 616ce4f..36f1bdb 100644 --- a/devices/cranberrypi/config/usr/local/etc/unbound/unbound.conf +++ b/devices/cranberrypi/config/usr/local/etc/unbound/unbound.conf @@ -35,6 +35,14 @@ do-udp: yes do-tcp: yes + forward-zone: + name: "ts.net." + forward-addr: 100.100.100.100 + + forward-zone: + name: "100.in-addr.arpa." + forward-addr: 100.100.100.100 + view: name: "lan" view-first: yes