RRL active by default?

Jeremy C. Reed jreed at isc.org
Sat May 3 04:34:12 UTC 2014


> On 05/02/14 09:23, Jeremy C. Reed wrote:
> > Only for the built-in Chaos "_bind" view (for id.server, authors.bind, 
> > hostname.bind, and version.bind).

On Fri, 2 May 2014, Lawrence K. Chen, P.Eng. wrote:
> Awww...I found messages about version.bind.

My workaround I use is like:

# for builtin tests do not rate-limit
# redefine chaos builtin zones
# can't redefine builtin view '_bind'
view "_dnsbench_bind" chaos {
        recursion no;
        notify no;
        allow-new-zones no;

 rate-limit {
  responses-per-second 0;
 };
        zone "version.bind" chaos {
                type master;
                database "_builtin version";
        };

        zone "hostname.bind" chaos {
                type master;
                database "_builtin hostname";
        };

        zone "authors.bind" chaos {
                type master;
                database "_builtin authors";
        };

        zone "id.server" chaos {
                type master;
                database "_builtin id";
        };

};

Or edit bin/named/config.c (you will quickly find the configuration) and 
make and install.


More information about the bind-users mailing list