Unbound Erklärung in Deutsch

Servus und schonmal danke für die Hilfe. :slight_smile:

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
```))))

Die Frage hast Du Dir selbst korrekt beantwortet :wink:

Danke für das schnelle Feedback

nun ist die Frage wie oft werden die Server abgeglichen / Update jedes Mal wenn ich ein Update vom Raspberry OS mache Oder kann man das separat anstoßen

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.