From 68e6df3c0622b5e70c8145479759bd9b602a8c56 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 5 Sep 2013 22:11:56 +0300 Subject: [PATCH] Add support for include-dir to recursor command line --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2