diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2023-12-28 15:54:09 +0100 |
---|---|---|
committer | Oto Šťáva <oto.stava@nic.cz> | 2023-12-28 15:54:09 +0100 |
commit | bc6d8b72d2a9130ec95949219d75085e19bb3bdd (patch) | |
tree | 273b479bc3ec66d78b04b0dd9e759546222e9b74 | |
parent | daemon/io: close LMDB txns after control socket commands (diff) | |
download | knot-resolver-bc6d8b72d2a9130ec95949219d75085e19bb3bdd.tar.xz knot-resolver-bc6d8b72d2a9130ec95949219d75085e19bb3bdd.zip |
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.
-rw-r--r-- | doc/gettingstarted-config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gettingstarted-config.rst b/doc/gettingstarted-config.rst index 90d06bea..5e993d44 100644 --- a/doc/gettingstarted-config.rst +++ b/doc/gettingstarted-config.rst @@ -173,7 +173,7 @@ This can be achieved using by using :option:`rules <rules: <list>>`. - name: - example.com. - blocked.example.net. - type: nxdomain + subtree: nxdomain .. _example-personal: |