From 31296790f8c61e44150859095096b551dc1051a1 Mon Sep 17 00:00:00 2001 From: Charles Howes Date: Thu, 10 Nov 2022 14:20:21 -0800 Subject: [PATCH] Added the output from pdnsutil add-meta --- docs/dnsupdate.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dnsupdate.rst b/docs/dnsupdate.rst index 234abf84ab..b7beec8d6c 100644 --- a/docs/dnsupdate.rst +++ b/docs/dnsupdate.rst @@ -124,6 +124,8 @@ keys need to be added separately with `add-meta`, not as a comma or space-separated list:: $ pdnsutil add-meta example.org TSIG-ALLOW-DNSUPDATE test + Set 'example.org' meta TSIG-ALLOW-DNSUPDATE = test + $ pdnsutil get-meta example.org TSIG-ALLOW-DNSUPDATE TSIG-ALLOW-DNSUPDATE = test @@ -140,7 +142,6 @@ command (see the manpage for :program:`nsupdate` for full details):: ! $ dig +noall +answer -t any test1.example.org @127.0.0.1 - test1.example.org. 3600 IN A 1.2.3.4 test1.example.org. 3600 IN TXT "this is a test" -- 2.47.2