And document a possible work-around.
type: "String"
description: "The value"
- name: "SetDisableECS"
- description: "Disable the sending of ECS to the backend. Subsequent rules are processed after this action"
+ description: "Disable the sending of ECS to the backend. This does not remove any existing EDNS Client Subnet value sent by the client, please have a look at :ref:`yaml-settings-SetEDNSOptionAction` instead. Subsequent rules are processed after this action"
- name: "SetDisableValidation"
description: "Set the CD bit in the query and let it go through. Subsequent rules are processed after this action"
- name: "SetECS"
.. versionadded:: 1.6.0
- Disable the sending of ECS to the backend.
+ Disable the addition of EDNS Client Subnet information by :program:`dnsdist` before passing queries to the backend.
+ This does not remove any existing EDNS Client Subnet value sent by the client, please have a look at :func:`SetEDNSOptionAction` instead.
Subsequent rules are processed after this action.
Note that this function was called :func:`DisableECSAction` before 1.6.0.
SetDisableECSAction
-------------------
-Disable the sending of ECS to the backend. Subsequent rules are processed after this action
+Disable the sending of ECS to the backend. This does not remove any existing EDNS Client Subnet value sent by the client, please have a look at :ref:`yaml-settings-SetEDNSOptionAction` instead. Subsequent rules are processed after this action
Lua equivalent: :func:`SetDisableECSAction`