docs: add missing dig +short flags in setup guide
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user