Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
:param int domainId: The optional domain ID of the zone the record belongs to
:param int auth: ?
- .. todo complete LUA example bellow
+ .. todo complete LUA example below
.. code-block:: lua
name = newDN("www.example.org.")
Removes given type(s) records from the response. Beware you can accidentally turn the answer into a NODATA response
without a SOA record in the additional section in which case you may want to use :func:`NegativeAndSOAAction` to generate an answer,
- see example bellow.
+ see example below.
Subsequent rules are processed after this action.
.. code-block:: Lua