An open API service indexing awesome lists of open source software.

https://github.com/erfanium/dns

Bare-minimum DNS Query with Deno
https://github.com/erfanium/dns

Last synced: about 1 year ago
JSON representation

Bare-minimum DNS Query with Deno

Awesome Lists containing this project

README

          

# dns
Bare-minimum DNS Query with Deno

```
$ deno run -A --unstable main.ts
Response Uint8Array(44) [
219, 66, 129, 128, 0, 1, 0, 1, 0, 0,
0, 0, 6, 103, 111, 111, 103, 108, 101, 3,
99, 111, 109, 0, 0, 1, 0, 1, 192, 12,
0, 1, 0, 1, 0, 0, 0, 231, 0, 4,
172, 217, 18, 110
]
google.com IP Address is 172.217.18.110

```