mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:22:09 +02:00

Co-authored-by: pixel <pixel+github@chrissx.de> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
494 B
494 B
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}}