Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morinokami/dns-weekend-deno
https://implement-dns.wizardzines.com/ translated into Deno.
https://github.com/morinokami/dns-weekend-deno
Last synced: about 1 month ago
JSON representation
https://implement-dns.wizardzines.com/ translated into Deno.
- Host: GitHub
- URL: https://github.com/morinokami/dns-weekend-deno
- Owner: morinokami
- Created: 2023-05-13T14:56:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-19T14:05:19.000Z (over 1 year ago)
- Last Synced: 2024-10-12T11:09:23.938Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dns-weekend-deno
https://implement-dns.wizardzines.com/ translated into Deno.
## Usage
```sh
$ deno run --unstable --allow-net main.ts google.com
Querying 198.41.0.4 for google.com
Querying 192.5.6.30 for google.com
Querying 216.239.34.10 for google.com
172.217.175.78
```