From e658ecf1b22f8cf20cf2f639e509a4c0b23d3a41 Mon Sep 17 00:00:00 2001 From: redukt <98937938+reduktr@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:33:20 -0800 Subject: [PATCH] Fix Typo --- pdns/recursordist/docs/appendices/FAQ.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/appendices/FAQ.rst b/pdns/recursordist/docs/appendices/FAQ.rst index 0abe2fe113..9ab8cb4fc5 100644 --- a/pdns/recursordist/docs/appendices/FAQ.rst +++ b/pdns/recursordist/docs/appendices/FAQ.rst @@ -66,7 +66,7 @@ Handling of root hints On startup, the :program:`Recursor` uses root hints to resolve the names and addresses of the root name servers and puts the record sets found into the record cache. This is needed to be able to resolve names, as the recursive algorithm starts at the root (using cached data) and then tries to resolve delegations until it finds the name servers that are authoritative for the domain in question. -If the :ref:`setting-hint-file` is not set, :program:`Recursor` wil use a compiled-in table as root hints. +If the :ref:`setting-hint-file` is not set, :program:`Recursor` will use a compiled-in table as root hints. Periodically, based on the :ref:`setting-max-cache-ttl`, the :program:`Recursor` will refetch the root data using data in its cache by doing a `. NS` query. If that does not succeed, it will fall back to using the root hints to fill the cache with root data. -- 2.47.2