Skip to content

Commit

Permalink
dns.type: add dnsNetType: rcode (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
muink authored Sep 18, 2024
1 parent ed60bfe commit 44d13cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/config/dns/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 44d13cf

Please sign in to comment.