]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS + docs: the aho-corasick update
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 1 Aug 2017 09:36:09 +0000 (11:36 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 1 Aug 2017 09:36:09 +0000 (11:36 +0200)
Fixes https://gitlab.labs.nic.cz/knot/knot-resolver/issues/200

NEWS
modules/policy/README.rst

diff --git a/NEWS b/NEWS
index abae3eb0917301140dc32856897fcf752bf324eb..4828c1a3ea06a24ca118ac26fe19e77920fe4c6e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Improvements
+------------
+- policy.suffix: update the aho-corasick code (#200)
+
+
 Knot Resolver 1.3.2 (2017-07-28)
 ================================
 
index a0dca432307f7cb8c7a73a75fa27bf44e879a4e3..45e4fee50a9300df644ae69cb9f6f2136d5b3580 100644 (file)
@@ -13,7 +13,7 @@ There are several policies implemented:
   - applies action if QNAME matches `regular expression <http://lua-users.org/wiki/PatternsTutorial>`_
 * ``suffix``
   - applies action if QNAME suffix matches given list of suffixes (useful for "is domain in zone" rules),
-  uses `Aho-Corasick`_ string matching algorithm implemented by `@jgrahamc`_ (CloudFlare, Inc.) (BSD 3-clause)
+  uses `Aho-Corasick`_ string matching algorithm `from CloudFlare <https://github.com/cloudflare/lua-aho-corasick>`_ (BSD 3-clause)
 * ``rpz``
   - implementes a subset of the RPZ_ format. Currently it can be used with a zonefile, a binary database support is on the way. Binary database can be updated by an external process on the fly.
 * custom filter function