diff --git a/docs/config/dns/type.md b/docs/config/dns/type.md index 0b63c6eb..2c3ad6c9 100644 --- a/docs/config/dns/type.md +++ b/docs/config/dns/type.md @@ -49,3 +49,14 @@ ```{.yaml linenums="1"} - dhcp://system ``` + +## rcode + +```{.yaml linenums="1"} +- rcode://success # No error +- rcode://format_error # Format error +- rcode://server_failure # Server failure +- rcode://name_error # Non-existent domain +- rcode://not_implemented # Not implemented +- rcode://refused # Query refused +```