tldr/pages.tr/common/dig.md

21 lines
494 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# dig
> DNS sunucularına sorgulama yapmak için kullanılan bir komuttur.
> Daha fazla bilgi için: <https://manned.org/dig>.
- İlgili sunucu ile ilgili IP adresi sorgulaması yapılır:
`dig +short {{example.com}}`
- DNS sorgulaması için alternatif server kullanılır:
`dig @{{1.1.1.1}} {{example.com}}`
- Tersine DNS sorgulaması yapılır:
`dig -x {{1.1.1.1}}`
- Belli başlı DNS sunucuları ile ilgili kayıtları sorgular:
`dig +short {{example.com}} {{A|MX|TXT|CNAME|NS}}`