Servus und schonmal danke für die Hilfe.
Ich nutze dieses OS am pi ( https://www.raspberrypi.com/software/operating-systems/ OS raspberry light bullsey 11 )
Nun zu meiner Frage
Wen ich unbound über dem Terminal installiere.
unbound : sudo apt install unbound
Und nach dieser Anleitung folge
( von hier https://docs.pi-hole.net/guides/dns/unbound/ )
muss ich den folgende Schritt machen ?
( ich denke nicht da ich ja sudo install nutze richtig. Somit kommt es aus dem Paket.)
(((( Optional : Download the current root hints file (the list of primary root servers which are serving the domain "." - the root domain). Update it roughly every six months. Note that this file changes infrequently. This is only necessary if you are not installing unbound from a package manager. If you do this optional step, you will need to uncomment the root-hints:
configuration line in the suggested config file.
wget https://www.internic.net/domain/named.root -qO- | sudo tee /var/lib/unbound/root.hints
```))))