-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
31 lines (31 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: gdns
Title: Tools to Work with Google's 'DNS'-over-'HTTPS' ('DoH') API
Version: 0.5.0
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
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
querying individual requests that bulk requests that return detailed
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.
License: MIT + file LICENSE
LazyData: true
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
httr,
stats,
jsonlite,
stringi,
magrittr,
tinytest
RoxygenNote: 7.1.0