From: Aki Tuomi Date: Thu, 5 Sep 2013 19:11:56 +0000 (+0300) Subject: Add support for include-dir to recursor command line X-Git-Tag: rec-3.6.0-rc1~463^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F995%2Fhead;p=thirdparty%2Fpdns.git Add support for include-dir to recursor command line --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 0d65efbc89..21e62171d8 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2093,7 +2093,7 @@ int main(int argc, char **argv) ::arg().setSwitch( "disable-edns", "Disable EDNS" )= ""; ::arg().setSwitch( "disable-packetcache", "Disable packetcache" )= "no"; ::arg().setSwitch( "pdns-distributes-queries", "If PowerDNS itself should distribute queries over threads (EXPERIMENTAL)")="no"; - + ::arg().set("include-dir","Include *.conf files from this directory")=""; ::arg().setCmd("help","Provide a helpful message"); ::arg().setCmd("version","Print version string");