소스 검색

add google DNS url to DESCRIPTION per CRAN req

tags/v0.3.1
Bob Rudis 8 년 전
부모
커밋
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
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 <https://developers.google.com/speed/public-dns/docs/dns-over-https>
for more information.
License: AGPL + file LICENSE
LazyData: true
Encoding: UTF-8

5
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

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
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)

불러오는 중...
취소
저장