From: Peter van Dijk Date: Fri, 29 Jul 2022 07:15:41 +0000 (+0200) Subject: dnsdist docs: fix addRule typo X-Git-Tag: rec-4.8.0-alpha1~72^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11807%2Fhead;p=thirdparty%2Fpdns.git dnsdist docs: fix addRule typo --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index e562c7f4e7..bf5748ac49 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -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.