]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - net-dns/rbldnsd/files/confd-0.997a
Add rbldnsd in preparation for fixing two bugs.
[mjo-overlay.git] / net-dns / rbldnsd / files / confd-0.997a
1 # A whitespace-separated list of addresses on which to listen. The
2 # syntax is "host:port", where the port defaults to 53.
3 LISTEN="127.0.0.1
4 192.168.0.1"
5
6 # A whitespace-separated list of RBL zones. For the correct syntax, please
7 # see the rbldnsd(8) man page. The following $ZONES will look for
8 # files named "badguys.example.com" and "spammers.example.net" (in the
9 # appropriate format) under /var/db/rbldnsd, and use those same names
10 # for the blacklists contained therein.
11 ZONES="badguys.example.com:ip4set:badguys.example.com
12 spammers.example.net:ip4tset:spammers.example.net"
13
14 # Add any additional options for the rbldnsd daemon below. The -a and
15 # -vv below are suggested for performance/security reasons. They are
16 # described in the man page.
17 #
18 # The rootdir (-r) and PID (-p) options are passed automatically, with
19 # rootdir set to /var/db/rbldnsd (where you should put your zone
20 # files). The daemon will run as the rbldns user, which was created by
21 # portage.
22 OPTIONS="-a -vv"