Browse Source

add google DNS url to DESCRIPTION per CRAN req

tags/v0.3.1
Bob Rudis 8 years ago
parent
commit
b223ee6354
  1. 3
      DESCRIPTION
  2. 5
      R/gdns-package.r
  3. 5
      man/gdns.Rd

3
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 to provide end-to-end authenticated DNS lookups. Functions that enable
querying individual requests that bulk requests that return detailed querying individual requests that bulk requests that return detailed
responses and bulk requests are both provided. Support for reverse responses and bulk requests are both provided. Support for reverse
lookups is also provided. lookups is also provided. See <https://developers.google.com/speed/public-dns/docs/dns-over-https>
for more information.
License: AGPL + file LICENSE License: AGPL + file LICENSE
LazyData: true LazyData: true
Encoding: UTF-8 Encoding: UTF-8

5
R/gdns-package.r

@ -12,7 +12,10 @@
#' security between a client and a recursive resolver, and complements DNSSEC #' security between a client and a recursive resolver, and complements DNSSEC
#' to provide end-to-end authenticated DNS lookups.\cr #' to provide end-to-end authenticated DNS lookups.\cr
#' \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 #' @name gdns
#' @docType package #' @docType package

5
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 security between a client and a recursive resolver, and complements DNSSEC
to provide end-to-end authenticated DNS lookups.\cr to provide end-to-end authenticated DNS lookups.\cr
\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{ \author{
Bob Rudis (bob@rud.is) Bob Rudis (bob@rud.is)

Loading…
Cancel
Save