Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```