docs: add missing dig +short flags in setup guide

This commit is contained in:
Martin Weinelt
2026-05-24 13:28:47 +02:00
parent e5ae7b5b96
commit 7aeb1d7d76
+2 -2
View File
@@ -198,7 +198,7 @@ the mail should be rejected.
.. code-block:: console
$ nix-shell -p dig --command "dig TXT example.com"
$ nix-shell -p dig --command "dig TXT example.com +short"
v=spf1 mx -all
@@ -258,7 +258,7 @@ Verify propagation one final time.
.. code-block:: console
$ nix-shell -p dig --command "dig @ns1.example.org TXT _dmarc.example.com"
$ nix-shell -p dig --command "dig @ns1.example.org TXT _dmarc.example.com +short"
"v=DMARC1; p=none"