From bc6d8b72d2a9130ec95949219d75085e19bb3bdd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= Date: Thu, 28 Dec 2023 15:54:09 +0100 Subject: [PATCH] doc/gettingstarted-config: change `rules/type` to `rules/subtree` This has been renamed at one point in the code, but missed in the getting started guide. --- doc/gettingstarted-config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gettingstarted-config.rst b/doc/gettingstarted-config.rst index 90d06bea3..5e993d44b 100644 --- a/doc/gettingstarted-config.rst +++ b/doc/gettingstarted-config.rst @@ -173,7 +173,7 @@ This can be achieved using by using :option:`rules >`. - name: - example.com. - blocked.example.net. - type: nxdomain + subtree: nxdomain .. _example-personal: -- 2.47.2