Skip to content

saradickinson/dnsoquic

 
 

Repository files navigation

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

About

DNS over QUIC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%