X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=net-dns%2Frbldnsd%2Ffiles%2Fconfd-0.997a;fp=net-dns%2Frbldnsd%2Ffiles%2Fconfd-0.997a;h=afe0cff4a1d61416d7d191c718c5f16a0d6a825a;hb=d6bb6525447b7a8c3f20e1f40c0a96ecf24de0f7;hp=0000000000000000000000000000000000000000;hpb=3c2cde2ad4e7d7fc26fbe3db8020bcedc02531d4;p=mjo-overlay.git diff --git a/net-dns/rbldnsd/files/confd-0.997a b/net-dns/rbldnsd/files/confd-0.997a new file mode 100644 index 0000000..afe0cff --- /dev/null +++ b/net-dns/rbldnsd/files/confd-0.997a @@ -0,0 +1,22 @@ +# A whitespace-separated list of addresses on which to listen. The +# syntax is "host:port", where the port defaults to 53. +LISTEN="127.0.0.1 + 192.168.0.1" + +# A whitespace-separated list of RBL zones. For the correct syntax, please +# see the rbldnsd(8) man page. The following $ZONES will look for +# files named "badguys.example.com" and "spammers.example.net" (in the +# appropriate format) under /var/db/rbldnsd, and use those same names +# for the blacklists contained therein. +ZONES="badguys.example.com:ip4set:badguys.example.com + spammers.example.net:ip4tset:spammers.example.net" + +# Add any additional options for the rbldnsd daemon below. The -a and +# -vv below are suggested for performance/security reasons. They are +# described in the man page. +# +# The rootdir (-r) and PID (-p) options are passed automatically, with +# rootdir set to /var/db/rbldnsd (where you should put your zone +# files). The daemon will run as the rbldns user, which was created by +# portage. +OPTIONS="-a -vv"