Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

31 строка
1.1 KiB

8 лет назад
Package: gdns
Title: Tools to Work with Google's 'DNS-over-HTTPS' ('DoH') 'API'
6 лет назад
Version: 0.3.1
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
8 лет назад
Maintainer: Bob Rudis <bob@rud.is>
Description: To address the problem of insecurity of 'UDP'-based 'DNS' requests,
'Google Public DNS' offers 'DNS' resolution over an 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. Functions that enable
8 лет назад
querying individual requests that bulk requests that return detailed
8 лет назад
responses and bulk requests are both provided. Support for reverse
lookups is also provided. See <https://developers.google.com/speed/public-dns/docs/dns-over-https>
for more information.
6 лет назад
License: AGPL
8 лет назад
LazyData: true
8 лет назад
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Suggests:
testthat
Imports:
httr,
6 лет назад
stats,
8 лет назад
jsonlite,
stringi
RoxygenNote: 6.0.1.9000