Michael,<br>
thank you for your suggestions, my rbldnsd works fine now, effectively blacklisting the entire world.<br>
My next challenge is to exclude US and Canada from the list. Is there a
way to avoid manual editing of countries.rbl and somehow override the
configuration, excluding 2 zones from the file?<br>
TIA<br>
--<br>
Vlad Z<br>
<br>
&gt;&gt; # head -11 countries.rbl.bak<br>
&gt;&gt; $SOA 3000 <a href="http://ns1.blackholes.us">ns1.blackholes.us</a> <a href="http://hostmaster.blackholes.us">hostmaster.blackholes.us</a> 0 600 300 86400 <br>
&gt;&gt; 300 $NS 3000 <a href="http://ns1.blackholes.us">ns1.blackholes.us</a><br>
&gt;&gt; <br>
&gt;&gt; $DATASET ip4set @<br>
&gt;<br>
&gt;This is for 'combined' dataset type, not for ip4set you're trying to use it with.&nbsp; Combined dataset is a 'container'<br>
&gt;for other usual datasets.&nbsp; Read the manpage for more details.<br>
&gt;It'd be nice to have some comment(s) on the top of the data files mentioning the format/type...<br>
&gt;<br>
&gt;BTW, I don't recommend this way/sort of data distribution.<br>
&gt;Since you're loading/using this data in your environment, with your
local base zone name and your nameserver(s), it's wrong to list their
nameservers in the data files.<br>
&gt;I suggest you to add yet another file for the dataset, where you
list your own rbldnsd hostname in a form of $NS record as above:<br>
&gt;<br>
&gt;&nbsp; ... countries.blocked.rbl:combined:meta,countries.rbl.bak<br>
&gt;<br>
&gt;where file 'meta' contains just one line:<br>
&gt;<br>
&gt;&nbsp; $NS 3000 <a href="http://your.rbldnsd.name">your.rbldnsd.name</a> <a href="http://your.rbldnsd.name">your.rbldnsd.name</a><br>
&gt;<br>
&gt;(yes, repeat it two times, it's a temporary hack to work around that <br>
&gt;&quot;NS compatibility mode&quot; which will be removed for version 1.0....)<br>
&gt;<br>
&gt;&gt; <a href="http://127.0.0.2:127">127.0.0.2:127</a>.0.0.2:<a href="http://countries.blackholes.us">countries.blackholes.us</a><br>
&gt;&gt; <br>
&gt;&gt; $DATASET generic @<br>
&gt;&gt; @ TXT &quot;See <a href="http://blackholes.us/">http://blackholes.us/</a>&quot;<br>
&gt;&gt; @ A <a href="http://216.243.118.34">216.243.118.34</a><br>
&gt;<br>
&gt;I'd suggest to <a href="http://blackholes.us">blackholes.us</a> maintainer(s) to move the above
section to a separate small file, together with $NS record(s), so that
the data files will not contain any &quot;site-specific&quot;<br>
&gt;information and will be easily owerwritable locally.<br>
&gt;<br>
&gt;&gt; $DATASET ip4set af<br>
<br>