]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist docs: fix addRule typo 11807/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 29 Jul 2022 07:15:41 +0000 (09:15 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 29 Jul 2022 07:15:41 +0000 (09:15 +0200)
pdns/dnsdistdist/docs/upgrade_guide.rst

index e562c7f4e73bc97c01132b958b7bfb9116bea0a3..bf5748ac491ebc800eae6b37e55b4c661d65388b 100644 (file)
@@ -140,4 +140,4 @@ In 1.2.0, several configuration options have been changed:
 As the amount of possible settings for listen sockets is growing, all listen-related options must now be passed as a table as the second argument to both :func:`addLocal` and :func:`setLocal`.
 See the function's reference for more information.
 
-The ``BlockFilter`` function is removed, as :func:`addRule` combined with a :func:`DropAction` can do the same.
+The ``BlockFilter`` function is removed, as :func:`addAction` combined with a :func:`DropAction` can do the same.