mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 06:01:17 +08:00
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
550 B
550 B
adig
Cetak informasi yang diterima dari server Domain Name System (DNS). Informasi lebih lanjut: https://manned.org/adig.
- Tampilkan record A (bawaan) dari DNS untuk hostname:
adig {{example.com}}
- Tampilkan output [d]ebugging tambahan:
adig -d {{example.com}}
- Hubungkan ke [s]erver DNS tertentu:
adig -s {{1.2.3.4}} {{example.com}}
- Gunakan port TCP tertentu untuk terhubung ke server DNS:
adig -T {{port}} {{example.com}}
- Gunakan port UDP tertentu untuk terhubung ke server DNS:
adig -U {{port}} {{example.com}}