File: control

package info (click to toggle)
rblcheck 20190930-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: ansic: 384; makefile: 100; sh: 23
file content (21 lines) | stat: -rw-r--r-- 883 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: rblcheck
Section: net
Priority: optional
Maintainer: Marco d'Itri <md@linux.it>
Standards-Version: 4.4.0.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 12), 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.
Homepage: https://github.com/logic/rblcheck