Skip to content

Commit 9e00ec0

Browse files
committed
update readme (cleanup)
1 parent e6a8b92 commit 9e00ec0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ A parallel DNSBL checker using bash and GNU Parallel utilities
77
```
88
#./rbl.sh
99
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
10+
./rbl.sh listcheck - Verify that all DNSBLS in the list are responding within a reasonable time (online)
11+
./rbl.sh details [ip1] [...] - Fetch details for all RBL entries for one or many IP addresses
12+
./rbl.sh count [ip1] [...] - Fetch a total count of RBL entries for many IP addresses
1313
1414
IP address can be either a single address or network in CIDR form
1515
```

0 commit comments

Comments
 (0)