1
2
3
4
5
6
7
8rbldns(8) System Manager's Manual rbldns(8)
9
10
11
13 rbldns - Real time Block List DNS server.
14
15
17 rbldns [OPTIONS]
18
19
21 rbldns is a Real time Block List DNS server. It accepts iterative DNS
22 queries from clients seeking information about IP addresses. It
23 provides responses showing whether the addresses are listed on the
24 locally configured Real time Block List(RBL) or Dialup Users List(DUL).
25 When invoked, rbldns reads from the configuration file and listens on
26 UDP port 53 for the incoming requests. When the request is received,
27 rbldns answers it by looking in the data.cdb file placed under the ROOT
28 directory specified in the configuration file.
29
30
32 -d <value>
33 print debug messages as per the debug level, 1, 2 or 3.
34
35 -D
36 run as a daemon
37
38 -h --help
39 print this help.
40
41 -v --version
42 print version information.
43
44
46 /etc/ndjbdns/rbldns.conf
47
48 /var/log/rbldns.log
49
50
52 Report bugs to <pj.pandit@yahoo.co.in>
53
54
56 Prasad J Pandit
57
58
59
60 rbldns(8)