Files
ProxmoxVE/install
bfab0dd034 fix(pihole): repair Unbound DNS-over-TLS (DoT) forwarding config (#15654)
When the optional Unbound install is chosen with DoT forwarding, the script
truncated (>) /etc/unbound/unbound.conf.d/pi-hole.conf and rewrote it starting
with an indented "tls-cert-bundle:" option that has no "server:" section header.
unbound-checkconf rejects this ("syntax error, is there no section start"), so
"systemctl restart unbound" exits 1 and the install aborts (line 153). The
overwrite also dropped the interface/port 5335 settings Pi-hole forwards to.

Append (>>) the DoT additions to the existing recursive server block instead,
under a proper "server:" section (unbound merges multiple server: clauses), so
the tls-cert-bundle and forward-zone are valid and the resolver keeps listening
on 127.0.0.1:5335. Recursive (non-DoT) mode is unchanged.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 11:28:40 +10:00
..
2026-06-12 09:27:45 +02:00
2026-06-10 22:04:45 +02:00
2026-06-27 21:07:03 +02:00
2026-06-29 22:30:31 +02:00
2026-07-05 21:34:42 +02:00
2026-06-29 09:59:43 +02:00
2026-06-30 19:44:42 +10:00
2026-07-05 22:28:00 +02:00
2026-06-16 13:26:24 +02:00
2026-06-29 23:11:26 +02:00
2026-05-05 08:46:40 +02:00
2026-05-19 08:50:45 +02:00
2026-05-11 23:21:32 +02:00
2026-05-05 08:34:24 +02:00
2026-05-24 12:27:38 +02:00
2026-07-01 15:34:50 +02:00
2026-05-02 19:00:19 +02:00
2026-04-30 11:48:58 +02:00
2026-06-25 14:06:24 +02:00
2026-06-22 21:11:47 +02:00
2026-07-02 11:06:43 +02:00
2026-05-11 10:17:34 +02:00
2026-06-29 13:24:52 +02:00
2026-05-11 10:17:50 +02:00
2026-05-19 23:42:26 +02:00
2026-06-06 22:20:40 +02:00
2026-05-29 23:49:34 +02:00
2026-05-01 22:44:29 +02:00
2026-06-06 22:11:21 +02:00
2026-06-06 16:08:46 +02:00