Skip to content

Commit

Permalink
rec: Document 'ecs-ipv4-cache-bits' and 'ecs-ipv6-cache-bits'
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Mar 12, 2019
1 parent fdd7326 commit 4d8c05d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pdns/recursordist/docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,17 @@ Queries to addresses for zones as configured in any of the settings `forward-zon

Number of bits of client IPv4 address to pass when sending EDNS Client Subnet address information.

.. _setting-ecs-ipv4-cache-bits:

``ecs-ipv4-cache-bits``
-----------------
.. versionadded:: 4.1.12

- Integer
- Default: 24

Maximum number of bits of client IPv4 address used by the authoritative server (as indicated by the EDNS Client Subnet scope in the answer) for an answer to be inserted into the query cache.

.. _setting-ecs-ipv6-bits:

``ecs-ipv6-bits``
Expand All @@ -344,6 +355,17 @@ Number of bits of client IPv4 address to pass when sending EDNS Client Subnet ad

Number of bits of client IPv6 address to pass when sending EDNS Client Subnet address information.

.. _setting-ecs-ipv4-cache-bits:

``ecs-ipv6-cache-bits``
-----------------
.. versionadded:: 4.1.12

- Integer
- Default: 56

Maximum number of bits of client IPv6 address used by the authoritative server (as indicated by the EDNS Client Subnet scope in the answer) for an answer to be inserted into the query cache.

.. _setting-ecs-scope-zero-address:

``ecs-scope-zero-address``
Expand Down

0 comments on commit 4d8c05d

Please sign in to comment.