diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2021-11-22 17:53:32 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2021-12-21 15:02:08 +0100 |
commit | 36382ea7fa0ea992fd26a0576b3d7f05a298aa77 (patch) | |
tree | 53deacda7d288072ce194589ba8f3064e1c68a87 /lib/README.rst | |
parent | kluautil: kr_string2c function (diff) | |
download | knot-resolver-36382ea7fa0ea992fd26a0576b3d7f05a298aa77.tar.xz knot-resolver-36382ea7fa0ea992fd26a0576b3d7f05a298aa77.zip |
lua: extended_error const table
Diffstat (limited to 'lib/README.rst')
-rw-r--r-- | lib/README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/README.rst b/lib/README.rst index 766634c7..1c8cf7b2 100644 --- a/lib/README.rst +++ b/lib/README.rst @@ -152,6 +152,7 @@ Elementary types and constants * DNS classes are in ``kres.class`` table, e.g. ``kres.class.IN`` for Internet class. * DNS types are in ``kres.type`` table, e.g. ``kres.type.AAAA`` for AAAA type. * DNS rcodes types are in ``kres.rcode`` table, e.g. ``kres.rcode.NOERROR``. +* Extended DNS error codes are in ``kres.extended_error`` table, e.g. ``kres.extended_error.BLOCKED``. * Packet sections (QUESTION, ANSWER, AUTHORITY, ADDITIONAL) are in the ``kres.section`` table. Working with domain names |