]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Avoid please-find
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 4 Mar 2021 14:40:55 +0000 (09:40 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 00:24:43 +0000 (19:24 -0500)
docs/backends/generic-mysql.rst
docs/backends/generic-odbc.rst
docs/backends/generic-postgresql.rst
docs/upgrading.rst
pdns/recursordist/docs/lua-scripting/hooks.rst

index ef89f6d6f6f91afadfbf0140c7164e6163ffaf4c..797dc8963072e45af58994772f487767a34d975e 100644 (file)
@@ -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 <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/gmysqlbackend/schema.mysql.sql>`_ and `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gmysqlbackend/schema.mysql.sql>`_ on GitHub.
+This is the 4.3 schema.
+The `4.2 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/gmysqlbackend/schema.mysql.sql>`_ and `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gmysqlbackend/schema.mysql.sql>`_ are available on GitHub.
 
 .. literalinclude:: ../../modules/gmysqlbackend/schema.mysql.sql
index 639b52dad89fad991d95f26918c56820cda12cd4..a2bcc423ffa51f0988b85923d5622bb17e0abc93 100644 (file)
@@ -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 <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/godbcbackend/schema.mssql.sql>`_ and `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/godbcbackend/schema.mssql.sql>`_ on GitHub.
+This is the schema for 4.3.
+The `4.2 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/godbcbackend/schema.mssql.sql>`_ and `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/godbcbackend/schema.mssql.sql>`_ is available on GitHub.
 
 .. literalinclude:: ../../modules/godbcbackend/schema.mssql.sql
    :language: SQL
index 96cb1723adb5a99bb74ed4ac8a9bb35dd9fb49a2..61d886a177d6f67796136537b1714f103bcccadb 100644 (file)
@@ -105,7 +105,8 @@ Default: yes.
 Default schema
 --------------
 
-This is the 4.3 schema. Please find `the 4.2 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/gpgsqlbackend/schema.pgsql.sql>`_ and the `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gpgsqlbackend/schema.pgsql.sql>`_ on GitHub.
+This is the 4.3 schema.
+The `4.2 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.2.x/modules/gpgsqlbackend/schema.pgsql.sql>`_ and the `the 4.1 schema <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gpgsqlbackend/schema.pgsql.sql>`_ is available on GitHub.
 
 .. literalinclude:: ../../modules/gpgsqlbackend/schema.pgsql.sql
    :language: SQL
index d3b6469fa1a268354194ec8e9d72fc1631bb3306..708741dfe1043870087a45772a4c7b003d10e321 100644 (file)
@@ -153,8 +153,12 @@ Packages provided on `the PowerDNS Repository <https://repo.powerdns.com>`__ 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 <https://github.com/PowerDNS/pdns/pull/8975>`__ very carefully.
 
 Implicit 5->7 algorithm upgrades
index 63a87481ffce56e508459504b201615f4bbbf5b5..653ce61a19df237671feea190221cec494651ae4 100644 (file)
@@ -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 <https://github.com/PowerDNS/pdns/blob/master/pdns/recursordist/contrib/powerdns-example-script.lua>`_.
+To get a quick start, we have supplied a `sample script <https://github.com/PowerDNS/pdns/blob/master/pdns/recursordist/contrib/powerdns-example-script.lua>`__ that showcases all functionality described below.
 
 Queries can be intercepted in many places: