forked from LittleChest/dns-packet
alphabetically sort record types in readme
This commit is contained in:
@@ -273,6 +273,15 @@ And an answer, additional, or authority looks like this
|
||||
}
|
||||
```
|
||||
|
||||
#### `RP`
|
||||
|
||||
``` js
|
||||
{
|
||||
mbox: 'admin.example.com',
|
||||
txt: 'txt.example.com'
|
||||
}
|
||||
```
|
||||
|
||||
#### `RRSIG`
|
||||
|
||||
``` js
|
||||
@@ -289,15 +298,6 @@ And an answer, additional, or authority looks like this
|
||||
}
|
||||
```
|
||||
|
||||
#### `RP`
|
||||
|
||||
``` js
|
||||
{
|
||||
mbox: 'admin.example.com',
|
||||
txt: 'txt.example.com'
|
||||
}
|
||||
```
|
||||
|
||||
#### `SOA`
|
||||
|
||||
``` js
|
||||
|
||||
Reference in New Issue
Block a user