From c51d563bb517cd086036c35f7f6f4917115c747b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 12 Dec 2022 10:11:43 +0100 Subject: [PATCH] spell-check: Make the spell-checker happy --- docs/dnsupdate.rst | 6 +++--- pdns/recursordist/docs/lua-scripting/hooks.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dnsupdate.rst b/docs/dnsupdate.rst index b7beec8d6c..e8efc0c87d 100644 --- a/docs/dnsupdate.rst +++ b/docs/dnsupdate.rst @@ -114,10 +114,10 @@ here. Here is an example using :program:`pdnsutil` to create a key named `test`:: $ pdnsutil generate-tsig-key test hmac-sha512 - Create new TSIG key test hmac-sha512 jMp41zXrTRKa9l9EGMj+9I9AL8exyIjXBdkFuNMJKv/UpNd83kFt+CrHQpuqBI8lf28xH1SrOFN1mr7QzOe7pQ== + Create new TSIG key test hmac-sha512 [base64-encoded key] $ pdnsutil list-tsig-keys | grep test - test. hmac-sha512. jMp41zXrTRKa9l9EGMj+9I9AL8exyIjXBdkFuNMJKv/UpNd83kFt+CrHQpuqBI8lf28xH1SrOFN1mr7QzOe7pQ== + test. hmac-sha512. [base64-encoded key] This adds the key with the name `test` to the zone's metadata. Note, the keys need to be added separately with `add-meta`, not as a comma or @@ -137,7 +137,7 @@ command (see the manpage for :program:`nsupdate` for full details):: zone example.org update add test1.example.org 3600 A 1.2.3.4 update add test1.example.org 3600 TXT "this is a test" - key hmac-sha512:test jMp41zXrTRKa9l9EGMj+9I9AL8exyIjXBdkFuNMJKv/UpNd83kFt+CrHQpuqBI8lf28xH1SrOFN1mr7QzOe7pQ== + key hmac-sha512:test [base64-encoded key] send ! diff --git a/pdns/recursordist/docs/lua-scripting/hooks.rst b/pdns/recursordist/docs/lua-scripting/hooks.rst index 789f63aa8b..576393ab2e 100644 --- a/pdns/recursordist/docs/lua-scripting/hooks.rst +++ b/pdns/recursordist/docs/lua-scripting/hooks.rst @@ -193,7 +193,7 @@ Interception Functions - :attr:`dq.qtype ` - :attr:`dq.isTcp ` - Do not rely on other attributes having a value and do not call any method of the :class:`dq ` object apart from the recordset manipulation methods. + Do not rely on other attributes having a value and do not call any method of the :class:`dq ` object apart from the record set manipulation methods. .. function:: policyEventFilter(event) -> bool -- 2.47.2