Crates.io | rblcheck |
lib.rs | rblcheck |
version | 0.5.1 |
source | src |
created_at | 2021-02-26 11:12:42.154879 |
updated_at | 2023-02-24 23:42:43.463758 |
description | Checks DNS RBLs |
homepage | https://github.com/andrewaylett/dabl |
repository | https://github.com/andrewaylett/dabl |
max_upload_size | |
id | 360888 |
size | 21,566 |
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.
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>...