From: Vladimír Čunát Date: Tue, 1 Aug 2017 09:36:09 +0000 (+0200) Subject: NEWS + docs: the aho-corasick update X-Git-Tag: v1.4.0~18^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86a9711585c3501d2d8c2b118151e5c5a13e4e0;p=thirdparty%2Fknot-resolver.git NEWS + docs: the aho-corasick update Fixes https://gitlab.labs.nic.cz/knot/knot-resolver/issues/200 --- diff --git a/NEWS b/NEWS index abae3eb09..4828c1a3e 100644 --- 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) ================================ diff --git a/modules/policy/README.rst b/modules/policy/README.rst index a0dca4323..45e4fee50 100644 --- a/modules/policy/README.rst +++ b/modules/policy/README.rst @@ -13,7 +13,7 @@ There are several policies implemented: - applies action if QNAME matches `regular expression `_ * ``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 `_ (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