wget as normal then sudo for the mv

Signed-off-by: Sean Booth <sm.booth@shaw.ca>
This commit is contained in:
Sean Booth
2018-05-28 11:04:11 -06:00
parent eb04425a05
commit 8f8f020152
+2 -1
View File
@@ -54,7 +54,8 @@ 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.
```
sudo wget https://www.internic.net/domain/named.root -O /var/lib/unbound/root.hints
wget -O root.hints https://www.internic.net/domain/named.root
sudo mv root.hints /var/lib/unbound/
```
### Configure `unbound`