Description Usage Arguments Value References Examples
Issue a GET
REST API query of type type
for name
to the
DoH endpoint specified at server_path
.
1 2 |
name |
name to query for |
type |
DNS query type (defaults to " |
extra_params |
any special |
server_path |
full URL path to the DoH server quer endpoint (defaults to Quad9). |
NULL
(if the query failed) or a data.frame
(tibble)
https://tools.ietf.org/id/draft-ietf-doh-dns-over-https-05.html
1 2 3 | doh_get("rud.is", "A")
doh_get("lenovo.com", "TXT")
doh_get(to_inaddr_arpa("104.244.13.104"), "PTR")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.