Skip to content

Commit

Permalink
dnsdist: Document libedit Ctrl-R workaround for CentOS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Apr 18, 2016
1 parent 533aca9 commit 6d69b62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pdns/README-dnsdist.md
Expand Up @@ -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
Expand Down

0 comments on commit 6d69b62

Please sign in to comment.