huitema / dnsoquic

DNS over QUIC
10 stars 7 forks source link

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