Skip to content

Commit

Permalink
Supported Resource Record
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jun 27, 2024
1 parent 5be6ce0 commit 6da4d20
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

Resolv is a DNS resolver library written in Crystal.

Supported Resource Record (RR) TYPEs [[RFC1035](https://www.rfc-editor.org/rfc/rfc1035.html)]:

| | Type | Value | Meaning |
| -- | ------ | ----- | --------------------------------------- |
|| `A` | `1` | a host address |
|| `NS` | `2` | an authoritative name server |
| | `MD` | `3` | a mail destination (Obsolete - use MX) |
| | `MF` | `4` | a mail forwarder (Obsolete - use MX) |
|| `CNAME` | `5` | the canonical name for an alias |
|| `SOA` | `6` | marks the start of a zone of authority |
| | `MB` | `7` | a mailbox domain name (EXPERIMENTAL) |
| | `MG` | `8` | a mail group member (EXPERIMENTAL) |
| | `MR` | `9` | a mail rename domain name (EXPERIMENTAL) |
| | `NULL` | `10` | a null RR (EXPERIMENTAL) |
| | `WKS` | `11` | a well known service description |
|| `PTR` | `12` | a domain name pointer |
| | `HINFO` | `13` | host information |
| | `MINFO` | `14` | mailbox or mail list information |
|| `MX` | `15` | mail exchange |
|| `TXT` | `16` | text strings |

## Installation

1. Add the dependency to your `shard.yml`:
Expand Down

0 comments on commit 6da4d20

Please sign in to comment.