mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Added sudo to root server DL Signed-off-by: Sean Booth SM.Booth@shaw.ca
Signed-off-by: Sean Booth <sm.booth@shaw.ca>
This commit is contained in:
@@ -54,7 +54,7 @@ sudo apt install unbound
|
||||
|
||||
Optional: Download the list of primary root servers (serving the domain `.`). Unbound ships its own list but we can also download the most recent list and update it whenever we think it is a good idea. Note: there is no point in doing it more often then every 6 months.
|
||||
```
|
||||
wget https://www.internic.net/domain/named.root -O /var/lib/unbound/root.hints
|
||||
sudo wget https://www.internic.net/domain/named.root -O /var/lib/unbound/root.hints
|
||||
```
|
||||
|
||||
### Configure `unbound`
|
||||
|
||||
Reference in New Issue
Block a user