rblcheck

Crates.iorblcheck
lib.rsrblcheck
version0.5.1
sourcesrc
created_at2021-02-26 11:12:42.154879
updated_at2023-02-24 23:42:43.463758
descriptionChecks DNS RBLs
homepagehttps://github.com/andrewaylett/dabl
repositoryhttps://github.com/andrewaylett/dabl
max_upload_size
id360888
size21,566
Andrew Aylett (andrewaylett)

documentation

README

rblcheck

GitHub Workflow Status Contributor Covenant dependency status

Looks up IP addresses and domain names in so-called "DNSRBLs". I say "so-called" because there's no real reason why they should be block lists.

This project takes significant inspiration (including the CLI interface, but no code) from https://github.com/logic/rblcheck. The biggest benefit over the original is IPv6 support, which is unfortunately lacking from most RBL tooling.

There are currently no lists in the "standard" set.

Usage

If you don't need the traditional CLI, you may prefer to use dabl.

$ rblcheck --help
rblcheck 0.1.0
Andrew Aylett <andrew@aylett.co.uk>
Queries DNS block-lists (or allow lists!)

USAGE:
    rblcheck [FLAGS] [OPTIONS] [--] [query]...

FLAGS:
    -c               Clear the built-in list
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -s <source>...        Specify a list to use

ARGS:
    <query>...
Commit count: 116

cargo fmt