1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

dnsx: fixed proper spacing (#12643)

This commit is contained in:
Darío Hereñú 2024-04-14 06:33:17 -03:00 committed by GitHub
parent a38166e849
commit 4bc793318a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`