X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=net-dns%2Frbldnsd%2Ffiles%2Fconfd-0.997;h=f20b3acdcf53d24557777d34393c4f16b83a0d80;hp=eef3a6f8b972fdbc723f765e4bf6d51ad488ccf8;hb=ed9565822bf1a1bb3f1df2e9727b882e9fc6a91d;hpb=ddd75c0cad57c19ff6365faaeafbba73e90bdb69 diff --git a/net-dns/rbldnsd/files/confd-0.997 b/net-dns/rbldnsd/files/confd-0.997 index eef3a6f..f20b3ac 100644 --- a/net-dns/rbldnsd/files/confd-0.997 +++ b/net-dns/rbldnsd/files/confd-0.997 @@ -2,13 +2,13 @@ # "host:port", where the port defaults to 53. LISTEN=( "127.0.0.1" "192.168.0.1" ) -# A 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" +# A list of RBL zones, as a bash array. 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