23 Commits

Author SHA1 Message Date
silverwind
1eafa35beb
bring readme example in line with other examples 2019-01-22 22:51:27 +01:00
silverwind
75e8f4b0b9
alphabetically sort record types in readme 2019-01-22 22:49:54 +01:00
silverwind
b5c0ab3161
fix RP handling 2019-01-22 22:37:53 +01:00
Floyd Pink
4e25954bb4
add support for encoding RP records 2019-01-22 22:37:53 +01:00
Hari Menon
003cbeca51 fix a minor typo (#44) 2019-01-18 14:46:32 +01:00
silverwind
955477c4ce
document issuerCritical on CAA 2018-10-16 18:13:44 +02:00
silverwind
f3fc8927fa
modernize readme example code 2018-07-24 19:53:42 +02:00
silverwind
d478ebe4ab
refactor and lint examples 2018-07-02 21:19:20 +02:00
silverwind
3c7b50f1ac
readme tweaks 2018-06-01 09:29:18 +02:00
Nick Johnson
4e540801ab Add support for DNSSEC types from RFC4034 (#38)
* Add support for DNSSEC types from RFC4034

* Fix bug with wrong signature length decoded

* Sort RRTypes in the Readme, and add new ones

* Add support for nsec3
2018-06-01 09:25:07 +02:00
silverwind
25ae0d23ac
add docs for OPT 2018-04-04 17:12:42 +02:00
silverwind
8db141efa7
add example links to README 2018-03-27 22:25:04 +02:00
silverwind
087d59bb63
add MX record type
Fixes: https://github.com/mafintosh/dns-packet/issues/10
2018-02-11 11:07:58 +01:00
silverwind
868e488530
move examples to examples directory, update readme and changelog 2018-02-04 21:06:09 +01:00
Tom Pusateri
7904e095e9 Add encoder for stream transports (TCP/TLS). (#23)
* Add encoder for stream transports (TCP/TLS).
Fixes #16.

* Add README text and return null on short buffer.
2018-02-04 19:58:34 +00:00
silverwind
4cf740bf2f
readme tweak 2018-01-30 19:45:36 +01:00
Richard Schneider
d58cdb3419 Change TXT values to array of buffers (breaking) (#26)
* fix: txt data is an array of strings

* fix: a consistent API for TXT data

* docs: update TXT info

* feat: empty buffer is not allowed

* fix: allow empty strings and buffers

* fix: rnull is like old rtxt
2018-01-30 19:41:18 +01:00
silverwind
3b76b23221
Change class option to take strings and document it (#4)
This changes to class option to take strings instead of integers, so 1
becomes 'IN', 3 becomes 'CH' and so on. Also documented the class
option.
2018-01-12 21:20:38 +01:00
silverwind
8282bf4c3e
Add docs for NS and SOA rrtypes 2018-01-10 19:53:04 +01:00
kyleaedwards
c1e94b5d69
support CAA records 2017-08-12 18:25:09 +02:00
Mathias Buus
1d241f5f97 support bit flags 2016-02-22 17:37:12 -08:00
Mathias Buus
bc1cdba704 add travis 2016-02-18 12:49:41 -08:00
Mathias Buus
e2643b0312 first commit 2016-02-18 12:48:08 -08:00