The PowerDNS Recursor is a high-performance DNS recursor with built-in scripting capabilities.
It is known to power the resolving needs of over 150 million internet connections.
-The documentation is only for the 4.1 series, users of older versions are urged to upgrade!
+The documentation is only for the 4.1 and higher series, users of older versions are urged to upgrade!
This documentation is also available as a `PDF document <PowerDNS-Recursor.pdf>`_.
- ``serve-rfc1918=off`` or ``serve-rfc1918=no`` means: do not serve those zones.
- Anything else means: do serve those zones.
+You can use ``+=`` syntax to set some variables incrementally, but this
+requires you to have at least one non-incremental setting for the
+variable to act as base setting. This is mostly useful for
+:ref:`setting-include-dir` directive. An example::
+
+ forward-zones = foo.example.com=192.168.100.1;
+ forward-zones += bar.example.com=[1234::abcde]:5353;
+
.. _setting-allow-from:
``allow-from``