- YAML setting: :ref:`setting-yaml-recursor.config_dir`
-Location of configuration directory (``recursor.conf``).
+Location of configuration directory (where ``recursor.conf`` or ``recursor.yml`` is stored).
Usually ``/etc/powerdns``, but this depends on ``SYSCONFDIR`` during compile-time.
+Use default or set on command line.
.. _setting-config-name:
- Old style setting: :ref:`setting-config-dir`
-Location of configuration directory (``recursor.conf``).
+Location of configuration directory (where ``recursor.conf`` or ``recursor.yml`` is stored).
Usually ``/etc/powerdns``, but this depends on ``SYSCONFDIR`` during compile-time.
+Use default or set on command line.
.. _setting-yaml-recursor.config_name:
'section' : 'recursor',
'type' : LType.String,
'default' : 'SYSCONFDIR',
- 'help' : 'Location of configuration directory (recursor.conf)',
+ 'help' : 'Location of configuration directory (recursor.conf or recursor.yml)',
'doc' : '''
-Location of configuration directory (``recursor.conf``).
+Location of configuration directory (where ``recursor.conf`` or ``recursor.yml`` is stored).
Usually ``/etc/powerdns``, but this depends on ``SYSCONFDIR`` during compile-time.
+Use default or set on command line.
''',
},
{