Fix unbound setup for debian-bookworm

dns-root-data has been demoted to a "Recommends" dependency of unbound,
which we don't install. Sadly the default unbound configuration is
broken without it.

Change-Id: I93e6928d30db8a90b45329ca00f066b4ec1b4ae7
This commit is contained in:
Dr. Jens Harbott 2023-07-04 09:37:49 +02:00
parent 4c16313ad2
commit 3df7459924
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"release": {
"debian": {
"bookworm": {
"unbound": "unbound dns-root-data"
}
}
}
}