6 releases (breaking)

0.5.1 Feb 24, 2023
0.5.0 Feb 20, 2023
0.4.0 Apr 25, 2021
0.3.0 Apr 18, 2021
0.1.0 Feb 26, 2021

#1465 in Network programming

Download history 135/week @ 2024-02-26

135 downloads per month

Apache-2.0

16KB
273 lines

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>...

Dependencies

~3.5MB
~63K SLoC