From: Remi Gacogne Date: Mon, 12 Dec 2022 09:11:43 +0000 (+0100) Subject: spell-check: Make the spell-checker happy X-Git-Tag: dnsdist-1.8.0-rc1~169^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12315%2Fhead;p=thirdparty%2Fpdns.git spell-check: Make the spell-checker happy --- 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