]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/policy: make sure only one reference to rpz() exists
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 14 Apr 2020 14:36:07 +0000 (16:36 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 15 Apr 2020 08:28:51 +0000 (10:28 +0200)
modules/policy/README.rst

index 7d5f86903c24cf456d4c4150ddb675aad18672a3..43fa4b465e81d8d18494e016d89417d3a6141cfb 100644 (file)
@@ -51,7 +51,7 @@ A *filter* selects which queries will be affected by specified Actions_. There a
   Like :func:`policy.suffix` match, but you can also provide a common suffix of all matches for faster processing (nil otherwise).
   This function is faster for small suffix tables (in the order of "hundreds").
 
-.. function:: rpz(default_action, path, [watch])
+.. :noindex: function:: rpz(default_action, path, [watch])
 
    Implements a subset of `Response Policy Zone` (RPZ_) stored in zonefile format.  See below for details: :func:`policy.rpz`.