Skip to content

Commit e6a8b92

Browse files
committed
documentation
1 parent a6c8fe2 commit e6a8b92

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,19 @@ bulkdnsblcheck
22
==============
33

44
A parallel DNSBL checker using bash and GNU Parallel utilities
5+
6+
## Usage
7+
```
8+
#./rbl.sh
9+
Usage:
10+
/opt/zabbix/rbl5.sh listcheck - Verify that all DNSBLS in the list are responding within a reasonable time (online)
11+
/opt/zabbix/rbl5.sh details [ip1] [...] - Fetch details for all RBL entries for one or many IP addresses
12+
/opt/zabbix/rbl5.sh count [ip1] [...] - Fetch a total count of RBL entries for many IP addresses
13+
14+
IP address can be either a single address or network in CIDR form
15+
```
16+
17+
## Prerequisites
18+
- GNU Parallel
19+
- prips
20+
- bind-utils (dig)

rbl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ else
7474
echo "$0 listcheck - Verify that all DNSBLS in the list are responding within a reasonable time (online)"
7575
echo "$0 details [ip1] [...] - Fetch details for all RBL entries for one or many IP addresses"
7676
echo "$0 count [ip1] [...] - Fetch a total count of RBL entries for many IP addresses"
77+
echo ""
78+
echo "IP address can be either a single address or network in CIDR form"
7779
fi

0 commit comments

Comments
 (0)