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>
This commit is contained in:
16
pages.ko/linux/ahost.md
Normal file
16
pages.ko/linux/ahost.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user