Files
tldr/pages.tr/common/dig.md
ims 69acf955b1 anki, dig: add Turkish translation (#10035)
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-09 23:16:24 +02:00

21 lines
494 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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