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
- Host: GitHub
- URL: https://github.com/erfanium/dns
- Owner: erfanium
- License: mit
- Created: 2021-11-05T23:32:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T23:37:40.000Z (over 4 years ago)
- Last Synced: 2025-02-05T12:46:12.228Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```