Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 757 Bytes

dnsoquic

DNS over QUIC

This is the github project for the IETF draft DNS over QUIC. If you have comments or issues on this draft, please send a mail to the DPRIVE WG

This draft uses kramdown-rfc2629. To build you will need:

To generate text and html versions of the draft from the markdown use GNUmake:

$ make

or use something like:

kramdown-rfc2629 draft-ietf-dprive-dnsoquic.md > x.xml &&
     xml2rfc --text x.xml && rm x.xml &&
     mv x.txt draft-ietf-dprive-dnsoquic.txt