Skip to content

Commit

Permalink
Improve badges
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 13, 2023
1 parent 79034fb commit 3c92162
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# dns-ptr-resolver

[![dependency status](https://deps.rs/repo/github/wdes/dns-ptr-resolver/status.svg)](https://deps.rs/repo/github/wdes/dns-ptr-resolver)
[![crates.io](https://img.shields.io/crates/v/dns-ptr-resolver.svg)](https://crates.io/crates/dns-ptr-resolver)
[![Build and test rust code](https://github.com/wdes/dns-ptr-resolver/actions/workflows/rust.yml/badge.svg)](https://github.com/wdes/dns-ptr-resolver/actions/workflows/rust.yml)

A Rust program to resolve IP lists to their DNS PTR

It uses the following TCP DNS servers in a round-robin mode:
Expand All @@ -11,6 +15,12 @@ It uses the following TCP DNS servers in a round-robin mode:

And 30 threads.

## Install

```sh
cargo install dns-ptr-resolver
```

## Example input

```text
Expand Down Expand Up @@ -42,5 +52,5 @@ And 30 threads.
## Rebuild example

```sh
cargo run --release ./example/ips-to-resolve.txt > ./example/ips-resolved.txt
dns-ptr-resolver ./example/ips-to-resolve.txt 1> ./example/ips-resolved.txt
```

0 comments on commit 3c92162

Please sign in to comment.