Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naltun/dnt

dnt (D networking tools), a collection of lightweight networking utilities
https://github.com/naltun/dnt

Last synced: 2 days ago
JSON representation

dnt (D networking tools), a collection of lightweight networking utilities

Awesome Lists containing this project

README

        

# dnt (D networking tools)

`dnt` is a collection of lightweight networking utilities. The collection currently includes:
* head
* host
* ping

These tools will be helpful when administrating networks, developing web applications,
and conducting penetration tests.

To get started, run:
```sh
deno run main.ts -h
```

To install, run:
```sh
# additionally, add `-f' or `--force' if you get `error: Existing installation found.'
deno task install
```

# LICENSE

Mozilla Public License, version 2.0