-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce9ae29
commit 299c25c
Showing
1 changed file
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
# dnsi – A tool to investigate the DNS | ||
|
||
`dnsi` is a command line tool to investigate various aspects of the | ||
Domain Name System (DNS). | ||
Domain Name System (DNS). It is developed as part of the | ||
[`domain` project](https://github.com/NLnetLabs/domain) and has our | ||
long-term commitment. | ||
|
||
`dnsi` is currently in an early state and will expand over the coming | ||
months. Please don't hesitate to contribute by opening a pull-request, | ||
or submit a feature request by opening a | ||
[GitHub issue](https://github.com/NLnetLabs/dnsi/issues), or by reaching | ||
out via [Mastodon](https://fosstodon.org/@nlnetlabs/) or | ||
[email](mailto:[email protected]). | ||
|
||
It is currently in a very early state and will expand over the coming | ||
months. | ||
|
||
The tool contains a number of commands. Currently, these are: | ||
|
||
|
@@ -14,8 +21,8 @@ The tool contains a number of commands. Currently, these are: | |
names for IP addresses, | ||
* `dnsi help` displays the man page for any command. | ||
|
||
There are many options for each command. To learn more about them, use | ||
`--help` for a complete overview, or `-h` for a summary, e.g. | ||
There are many options for each command. To learn more about them, you | ||
can use `--help` for a complete overview, or `-h` for a summary, e.g. | ||
`dnsi query --help`. | ||
|
||
## Binary Packages | ||
|