# dog - 쓰기 편한 DNS 클라이언트

> Clean Markdown view of GeekNews topic #3246. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3246](https://news.hada.io/topic?id=3246)
- GeekNews Markdown: [https://news.hada.io/topic/3246.md](https://news.hada.io/topic/3246.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-11-23T10:18:42+09:00
- Updated: 2020-11-23T10:18:42+09:00
- Original source: [dns.lookup.dog](https://dns.lookup.dog/)
- Points: 12
- Comments: 1

## Topic Body

- UDP/TCP(포트 53) 및 DoT(DNS-Over-TLS, 포트 853), DoH(DNS-Over-HTTPS, 포트 443)를 지원하는 CLI용 오픈소스 DNS 클라이언트

- 내용을 읽기 쉬운 컬러풀한 출력

- JSON 출력을 지원. jq등과 연동하여 자동화 스크립트에서 사용 가능

- 윈도우/맥/리눅스 지원

## Comments



### Comment 3587

- Author: galadbran
- Created: 2020-11-23T14:39:49+09:00
- Points: 2

저는 새로운 툴을 보면 설치 페이지부터 보는데, 배포가 단순해서 봤더니 rust 로 개발된 도구네요.

go lang 이나 rust 로 개발된 도구이 대부분 배포 방법이 단순한 것 같아요.

https://dns.lookup.dog/installation

compiling dog from source : dog is written in Rust. You will need rustc version 1.45.0 or higher. The recommended way to install Rust for development is from the official download page, using rustup.
