From 6d69b621718c8e72dc209f34f9520858725e26b8 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 18 Apr 2016 11:30:34 +0200 Subject: [PATCH] dnsdist: Document libedit Ctrl-R workaround for CentOS 6 Fixes #3227. --- pdns/README-dnsdist.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 2874d3acc1..391e8cf9f9 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -704,6 +704,13 @@ Please note that, without libsodium support, 'makeKey()' will return setKey("plaintext") and the communication between the client and the server will not be encrypted. +Some versions of libedit, notably the CentOS 6 one, may require the following +addition to ~/.editrc in order to support searching through the history: + +``` +bind "^R" em-inc-search-prev +``` + ACL, who can use dnsdist ------------------------ For safety reasons, by default only private networks can use `dnsdist`, see below -- 2.47.2