From 6bd9714c56080b6663d7d448ff5cc76fb7ed8153 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Fri, 16 Nov 2018 18:35:51 -0800 Subject: [PATCH 1/2] Replace "months" dropped during latest update. --- docs/guides/unbound.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/unbound.md b/docs/guides/unbound.md index d4f7a0a..80e5baa 100644 --- a/docs/guides/unbound.md +++ b/docs/guides/unbound.md @@ -52,7 +52,7 @@ The first thing you need to do is to install the recursive DNS resolver: sudo apt install unbound ``` -**Important**: Download the current root hints file (the list of primary root servers which are serving the domain `.`). Update it roughly every six. Note that this file changes infrequently. +**Important**: Download the current root hints file (the list of primary root servers which are serving the domain `.`). Update it roughly every six months. Note that this file changes infrequently. ``` wget -O root.hints https://www.internic.net/domain/named.root sudo mv root.hints /var/lib/unbound/ From e96b68d8749ddf84069f2ef1ef37462f767cd0b9 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sat, 17 Nov 2018 17:05:50 -0800 Subject: [PATCH 2/2] Changes per suggestion --- docs/guides/unbound.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/unbound.md b/docs/guides/unbound.md index 80e5baa..e7830d3 100644 --- a/docs/guides/unbound.md +++ b/docs/guides/unbound.md @@ -52,7 +52,7 @@ The first thing you need to do is to install the recursive DNS resolver: sudo apt install unbound ``` -**Important**: Download the current root hints file (the list of primary root servers which are serving the domain `.`). Update it roughly every six months. Note that this file changes infrequently. +**Important**: 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. ``` wget -O root.hints https://www.internic.net/domain/named.root sudo mv root.hints /var/lib/unbound/