1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: rblcheck
Section: net
Priority: optional
Maintainer: Marco d'Itri <md@linux.it>
Standards-Version: 4.6.2.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
pkgconf,
libssl-dev,
docbook-utils,
lynx,
Vcs-Git: https://github.com/rfc1036/rblcheck.git
Vcs-Browser: https://github.com/rfc1036/rblcheck
Package: rblcheck
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tool to query DNSBL servers
This program is a very basic interface to DNS Blackhole Lists.
The basic idea of the filter is that when someone is blacklisted for
email abuse of some sort, a new domain name is resolved of the form
"2.0.0.127.domain.name.com", where 2.0.0.127 is the abusive IP address
in reverse (for example, 2.0.0.127 would be the IP address 127.0.0.2),
and "domain.name.com" is the base domain name of the filtering service.
|