Extend --conf-dir to allow filtering on file suffixes.

This commit is contained in:
Simon Kelley
2014-09-09 21:46:07 +01:00
parent af292dae6d
commit 3e1551a1de
4 changed files with 46 additions and 8 deletions

View File

@@ -640,3 +640,9 @@
# Include another lot of configuration options.
#conf-file=/etc/dnsmasq.more.conf
#conf-dir=/etc/dnsmasq.d
# Include all the files in a directory except those ending in .bak
#conf-dir=/etc/dnsmasq.d,.bak
# Include all files in a directory which end in .conf
#conf-dir=/etc/dnsmasq.d/*.conf