From: Josh Soref Date: Thu, 4 Mar 2021 14:40:55 +0000 (-0500) Subject: Avoid please-find X-Git-Tag: rec-4.5.0-beta1~31^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cefba1991f56a039b01ac48337b016f3e7c72ed3;p=thirdparty%2Fpdns.git Avoid please-find --- diff --git a/docs/backends/generic-mysql.rst b/docs/backends/generic-mysql.rst index ef89f6d6f6..797dc89630 100644 --- a/docs/backends/generic-mysql.rst +++ b/docs/backends/generic-mysql.rst @@ -158,6 +158,7 @@ Only enable this if you are certain you need to. For more discussion, see https: Default Schema -------------- -This is the 4.3 schema. Please find `the 4.2 schema `_ and `the 4.1 schema `_ on GitHub. +This is the 4.3 schema. +The `4.2 schema `_ and `the 4.1 schema `_ are available on GitHub. .. literalinclude:: ../../modules/gmysqlbackend/schema.mysql.sql diff --git a/docs/backends/generic-odbc.rst b/docs/backends/generic-odbc.rst index 639b52dad8..a2bcc423ff 100644 --- a/docs/backends/generic-odbc.rst +++ b/docs/backends/generic-odbc.rst @@ -111,7 +111,8 @@ For convenience, a schema for MS SQL Server has been created: (Note: This schema can also be found in the PowerDNS source as ``modules/godbcbackend/schema.mssql.sql``). -This is the schema for 4.3. Please find `the 4.2 schema `_ and `the 4.1 schema `_ on GitHub. +This is the schema for 4.3. +The `4.2 schema `_ and `the 4.1 schema `_ is available on GitHub. .. literalinclude:: ../../modules/godbcbackend/schema.mssql.sql :language: SQL diff --git a/docs/backends/generic-postgresql.rst b/docs/backends/generic-postgresql.rst index 96cb1723ad..61d886a177 100644 --- a/docs/backends/generic-postgresql.rst +++ b/docs/backends/generic-postgresql.rst @@ -105,7 +105,8 @@ Default: yes. Default schema -------------- -This is the 4.3 schema. Please find `the 4.2 schema `_ and the `the 4.1 schema `_ on GitHub. +This is the 4.3 schema. +The `4.2 schema `_ and the `the 4.1 schema `_ is available on GitHub. .. literalinclude:: ../../modules/gpgsqlbackend/schema.pgsql.sql :language: SQL diff --git a/docs/upgrading.rst b/docs/upgrading.rst index d3b6469fa1..708741dfe1 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -153,8 +153,12 @@ Packages provided on `the PowerDNS Repository `__ wil New settings ^^^^^^^^^^^^ -- The :ref:`setting-axfr-fetch-timeout` setting has been added. This setting controls how long an inbound AXFR may be idle in seconds. Its default is 10 -- The :ref:`setting-max-generate-steps` setting has been added. This sets the maximum number of steps that will be performed when loading a BIND zone with the ``$GENERATE`` directive. The default is 0, which is unlimited. +- The :ref:`setting-axfr-fetch-timeout` setting has been added. + This setting controls how long an inbound AXFR may be idle in seconds. + Its default is 10 +- The :ref:`setting-max-generate-steps` setting has been added. + This sets the maximum number of steps that will be performed when loading a BIND zone with the ``$GENERATE`` directive. + The default is 0, which is unlimited. Removed settings ^^^^^^^^^^^^^^^^ @@ -163,7 +167,9 @@ Removed settings Schema changes ^^^^^^^^^^^^^^ -- The new 'unpublished DNSSEC keys' feature comes with a mandatory schema change for all database backends (including BIND with a DNSSEC database). Please find files named "4.2.0_to_4.3.0_schema.X.sql" for your database backend in our Git repo, tarball, or distro-specific documentation path. For the LMDB backend, please review :ref:`setting-lmdb-schema-version`. +- The new 'unpublished DNSSEC keys' feature comes with a mandatory schema change for all database backends (including BIND with a DNSSEC database). + See files named ``4.2.0_to_4.3.0_schema.X.sql`` for your database backend in our Git repo, tarball, or distro-specific documentation path. + For the LMDB backend, please review :ref:`setting-lmdb-schema-version`. - If you are upgrading from beta2 or rc2, AND ONLY THEN, please read `pull request #8975 `__ very carefully. Implicit 5->7 algorithm upgrades diff --git a/pdns/recursordist/docs/lua-scripting/hooks.rst b/pdns/recursordist/docs/lua-scripting/hooks.rst index 63a87481ff..653ce61a19 100644 --- a/pdns/recursordist/docs/lua-scripting/hooks.rst +++ b/pdns/recursordist/docs/lua-scripting/hooks.rst @@ -1,8 +1,7 @@ Intercepting queries with Lua ============================= -To get a quick start, we have supplied a sample script that showcases all functionality described below. -Please find it `here `_. +To get a quick start, we have supplied a `sample script `__ that showcases all functionality described below. Queries can be intercepted in many places: