forked from LittleChest/dns-packet
alphabetically sort record types in readme
This commit is contained in:
parent
2764de3e02
commit
75e8f4b0b9
18
README.md
18
README.md
@ -273,6 +273,15 @@ And an answer, additional, or authority looks like this
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### `RP`
|
||||||
|
|
||||||
|
``` js
|
||||||
|
{
|
||||||
|
mbox: 'admin.example.com',
|
||||||
|
txt: 'txt.example.com'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
#### `RRSIG`
|
#### `RRSIG`
|
||||||
|
|
||||||
``` js
|
``` 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`
|
#### `SOA`
|
||||||
|
|
||||||
``` js
|
``` js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user