diff --git a/DESCRIPTION b/DESCRIPTION index 57c6cf1..11675f3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,8 @@ Description: To address the problem of insecurity of UDP-based DNS requests, to provide end-to-end authenticated DNS lookups. Functions that enable querying individual requests that bulk requests that return detailed responses and bulk requests are both provided. Support for reverse - lookups is also provided. + lookups is also provided. See + for more information. License: AGPL + file LICENSE LazyData: true Encoding: UTF-8 diff --git a/R/gdns-package.r b/R/gdns-package.r index 59aaa0c..c6482f7 100644 --- a/R/gdns-package.r +++ b/R/gdns-package.r @@ -12,7 +12,10 @@ #' security between a client and a recursive resolver, and complements DNSSEC #' to provide end-to-end authenticated DNS lookups.\cr #' \cr -#' Support for reverse lookups is also provided. +#' Support for reverse lookups is also provided.\cr +#' \cr +#' See \url{https://developers.google.com/speed/public-dns/docs/dns-over-https} +#' for more information. #' #' @name gdns #' @docType package diff --git a/man/gdns.Rd b/man/gdns.Rd index b55e2d1..531bbf1 100644 --- a/man/gdns.Rd +++ b/man/gdns.Rd @@ -18,7 +18,10 @@ encrypted HTTPS connection. DNS-over-HTTPS greatly enhances privacy and security between a client and a recursive resolver, and complements DNSSEC to provide end-to-end authenticated DNS lookups.\cr \cr -Support for reverse lookups is also provided. +Support for reverse lookups is also provided.\cr +\cr +See \url{https://developers.google.com/speed/public-dns/docs/dns-over-https} +for more information. } \author{ Bob Rudis (bob@rud.is)