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

https://github.com/jb3/rdns

Utility for working with reverse DNS
https://github.com/jb3/rdns

cli dns ptr rdns reverse-dns rust

Last synced: 29 days ago
JSON representation

Utility for working with reverse DNS

Awesome Lists containing this project

README

          

# RDNS

RDNS is a small Rust CLI utility for performing single and bulk reverse DNS (PTR) lookups.

## Usage

```
RDNS 0.1.0
Joe Banks
Utilities for working with reverse DNS.

USAGE:
rdns [FLAGS] [ADDRESS] [SUBCOMMAND]

FLAGS:
-h, --help Prints help information
-v Sets the level of verbosity
-V, --version Prints version information

ARGS:

Address (v4 or v6) to perform an RDNS lookup on

SUBCOMMANDS:
bulk Bulk RDNS lookups
help Prints this message or the help of the given subcommand(s)
```