From 6d19cbb9ad300d49d65151a8408a88aac362e733 Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Sat, 20 Oct 2018 13:58:26 +0800 Subject: [PATCH] Congratulations RFC 8484, remove the word "draft" from Readme --- Readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index bb666e1..306332b 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ DNS-over-HTTPS ============== Client and server software to query DNS over HTTPS, using [Google DNS-over-HTTPS protocol](https://developers.google.com/speed/public-dns/docs/dns-over-https) -and [draft-ietf-doh-dns-over-https](https://github.com/dohwg/draft-ietf-doh-dns-over-https). +and [IETF RFC 8484](https://www.rfc-editor.org/rfc/rfc8484.txt). ## Guide @@ -113,11 +113,9 @@ except for absolute expire time is preferred to relative TTL value. Refer to [json-dns/response.go](json-dns/response.go) for a complete description of the API. -### IETF DNS-over-HTTPS Protocol (Draft) +### IETF DNS-over-HTTPS Protocol -DNS-over-HTTPS uses a protocol compatible to [draft-ietf-doh-dns-over-https](https://github.com/dohwg/draft-ietf-doh-dns-over-https). -This protocol is in draft stage. Any incompatibility may be introduced before -it is finished. +DNS-over-HTTPS uses a protocol compatible to [IETF RFC 8484](https://www.rfc-editor.org/rfc/rfc8484.txt). ### Supported features