DNSResponseAction
-----------------
-.. versionchanged:: 1.8.0
+.. versionchanged:: 1.9.0
The ``DNSResponseAction.Truncate`` value was added.
These constants represent an Action that can be returned from :func:`LuaResponseAction` functions.
.. versionadded:: 1.9.0
- Matches queries or responses whose DNS payload size is equal, greater, greater or equal, smaller or smaller or equal to the specified size.
+ Matches queries or responses whose DNS payload size fits the given comparison.
:param str comparison: The comparison operator to use. Supported values are ``equal``, ``greater``, ``greaterOrEqual``, ``smaller`` and ``smallerOrEqual``.
- :param int size: The size to compare to.w
+ :param int size: The size to compare to.
.. function:: ProbaRule(probability)
.. versionadded:: 1.9.0
- Truncate an existing answer, to force the client to TCP.
+ Truncate an existing answer, to force the client to TCP. Only applied to answers that will be sent to the client over TCP.
.. function:: TeeAction(remote[, addECS[, local [, addProxyProtocol]]])