1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/ahost.md
코드싸이 38f417243c
linux/a*: add and update Korean translation (#14680)
* linux/a*: add and update Korean translation

* Update pages.ko/linux/apt-file.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/ark.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/atool.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-08 16:21:35 +09:00

425 B

ahost

호스트 이름 또는 IP 주소와 연결된 A 또는 AAAA 레코드를 표시하는 DNS 조회 도구. 더 많은 정보: https://manned.org/ahost.

  • 호스트 이름 또는 IP 주소와 연결된 A 또는 AAAA 레코드 출력:

ahost {{example.com}}

  • 추가 디버깅 출력을 표시:

ahost -d {{example.com}}

  • 지정된 유형의 레코드 표시:

ahost -t {{a|aaaa|u}} {{example.com}}