]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: fix include dir docs to not say YAML settings include .conf files 14494/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 18 Jul 2024 07:56:05 +0000 (09:56 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 18 Jul 2024 07:56:05 +0000 (09:56 +0200)
pdns/recursordist/settings/table.py

index 7cb17f94d4c33c67db0c3f49e31130c195d321e5..ece2c9543e804d99458cb8d663ca578a8a82c6f3 100644 (file)
@@ -1187,9 +1187,12 @@ Useful during upgrade testing.
         'section' : 'recursor',
         'type' : LType.String,
         'default' : '',
-        'help' : 'Include *.conf files from this directory',
+        'help' : 'Include settings files from this directory.',
         'doc' : '''
-Directory to scan for additional config files. All files that end with .conf are loaded in order using ``POSIX`` as locale.
+Directory to scan for additional config files. All files that end with ``.conf`` are loaded in order using ``POSIX`` as locale.
+ ''',
+        'doc-new' : '''
+Directory to scan for additional config files. All files that end with ``.yml`` are loaded in order using ``POSIX`` as locale.
  ''',
     },
     {