Reloading the Lua configuration will replace the current configuration with the new one.
Calling :func:`addAllowedAdditionalQType` multiple times with a specific qtype will replace previous calls with the same qtype.
-.. function:: addAllowedAdditionalQType(qtype, targets [, options ]))
+.. function:: addAllowedAdditionalQType(qtype, targets [, options ])
.. versionadded:: 4.7.0
.. versionadded:: 5.1.0 Alternative equivalent YAML setting: :ref:`setting-yaml-recursor.allowed_additional_qtypes`.
--------------------------------
Protobuf export to a server is enabled using the ``protobufServer()`` directive:
-.. function:: protobufServer(servers [, options]))
+.. function:: protobufServer(servers [, options])
.. versionadded:: 4.2.0
.. versionadded:: 5.1.0 Alternative equivalent YAML setting: :ref:`setting-yaml-logging.protobuf_servers`.
.. versionadded:: 4.4.0
- Get the Proxy Protocol Type-Length Values if any, as a table of :class:`ProxyProtocolValue` objects.
+ Get the Proxy Protocol Type-Length Values if any, as a table of :class:`ProxyProtocolValue` objects.
.. method:: getRecords() -> {DNSRecord}
An object that represents the values of a single EDNS option
.. method:: count()
- .. versionadded:: 4.2.0
+
+ .. versionadded:: 4.2.0
The number of values for this EDNS option.
.. method:: getValues()
- .. versionadded:: 4.2.0
+
+ .. versionadded:: 4.2.0
Return a table of NULL-safe strings values for this EDNS option.
Do not rely on other attributes having a value and do not call any method of the :class:`dq <DNSQuestion>` object apart from the record set manipulation methods.
-.. func:: policyEventFilter(event) -> bool
+.. function:: policyEventFilter(event) -> bool
.. versionadded:: 4.4.0