Skip to content

Commit

Permalink
Add docs for NS and SOA rrtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jan 10, 2018
1 parent 0d8bb78 commit 8282bf4
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ Currently the different available records are
}
```

#### `NS`

``` js
{
data: nameServer
}
```

#### `NULL`

``` js
Expand All @@ -141,6 +149,23 @@ Currently the different available records are
}
```

#### `SOA`

``` js
{
data:
{
mname: domainName,
rname: mailbox,
serial: zoneSerial,
refresh: refreshInterval,
retry: retryInterval,
expire: expireInterval,
minimum: minimumTTL
}
}
```

#### `SRV`

``` js
Expand Down Expand Up @@ -203,4 +228,4 @@ If you need another one, open an issue and we'll try to add it.

## License

MIT
MIT

0 comments on commit 8282bf4

Please sign in to comment.