huitema / dnsoquic

DNS over QUIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Makefile 100.0%