From 4bc793318a0d741d6b09cb7c41b8eebb3382e546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 14 Apr 2024 06:33:17 -0300 Subject: [PATCH] dnsx: fixed proper spacing (#12643) --- pages/common/dnsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dnsx.md b/pages/common/dnsx.md index 5b4b5654f9..ef2b6b74ae 100644 --- a/pages/common/dnsx.md +++ b/pages/common/dnsx.md @@ -9,7 +9,7 @@ `echo {{example.com}} | dnsx -a -re` -- Query all the DNS records (A,AAAA,CNAME,NS,TXT,SRV,PTR,MX,SOA,AXFR,CAA): +- Query all the DNS records (A, AAAA, CNAME, NS, TXT, SRV, PTR, MX, SOA, AXFR, CAA): `dnsx -recon -re <<< {{example.com}}`