From: Remi Gacogne Date: Wed, 28 Mar 2018 21:28:48 +0000 (+0200) Subject: Merge pull request #6399 from rgacogne/dnsdist-console-acl X-Git-Tag: dnsdist-1.3.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069bdae96be2f37fe886df6e67d8cd4d7d4e3698;p=thirdparty%2Fpdns.git Merge pull request #6399 from rgacogne/dnsdist-console-acl dnsdist: Restrict remote connection to the console via an ACL --- 069bdae96be2f37fe886df6e67d8cd4d7d4e3698 diff --cc pdns/dnsdistdist/Makefile.am index 9bb3d147e7,7467ab509d..3089bed9a6 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@@ -86,9 -86,8 +86,9 @@@ dnsdist_SOURCES = dnsdist-dynbpf.cc dnsdist-dynbpf.hh \ dnsdist-cache.cc dnsdist-cache.hh \ dnsdist-carbon.cc \ - dnsdist-console.cc \ + dnsdist-console.cc dnsdist-console.hh \ dnsdist-dnscrypt.cc \ + dnsdist-dynblocks.hh \ dnsdist-ecs.cc dnsdist-ecs.hh \ dnsdist-lua.hh dnsdist-lua.cc \ dnsdist-lua-actions.cc \