Description Usage Arguments Value See Also Examples
Returns the DNS CNAME records for a given FQDN
| 1 2 | resolv_cname(fqdn, nameserver = NA_character_, showWarnings = FALSE,
  full = FALSE)
 | 
| fqdn | input character vector (FQDN) | 
| nameserver | the nameserver to send the request to (optional; uses standard resolver behavior if not specified) | 
| showWarnings | display R warning messages (bool) | 
| full | include full record response information in results (bool) | 
vector or data frame (if full==TRUE) of CNAME records or character(0) if none
http://www.nlnetlabs.nl/projects/ldns/
http://www.cambus.net/interesting-dns-hacks/
| 1 2 3 4 5 6 7 | ## Not run: 
require(resolv)
resolv_cname("www.paypal.com")
[1] "www.paypal.com.akadns.net."
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.