You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
764 B

Package: zdnsr
Type: Package
6 years ago
Title: Perform Bulk 'DNS' Queries Using 'zdns'
Version: 0.1.0
Date: 2018-09-07
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>
6 years ago
Description: Provides wrapper/helper methods for executing 'zdns'
(<https://github.com/zmap/zdns>) bulk queries along with utility methods
to retrieve and cache 'Public DNS' (<http://public-dns.info/>) nameserver
lists.
URL: https://gitlab.com/hrbrmstr/zdnsr
BugReports: https://gitlab.com/hrbrmstr/zdnsr/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
6 years ago
jsonlite,
magrittr
RoxygenNote: 6.0.1.9000