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
- Host: GitHub
- URL: https://github.com/jb3/rdns
- Owner: jb3
- License: mit
- Created: 2021-09-12T23:16:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T02:12:43.000Z (11 months ago)
- Last Synced: 2025-06-07T06:35:01.541Z (9 months ago)
- Topics: cli, dns, ptr, rdns, reverse-dns, rust
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```