Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
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.

16 lines
337 B

8 years ago
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/spf.r
\name{has_spf}
\alias{has_spf}
\title{Test for whether a DNS TXT record is an SPF record}
\usage{
has_spf(spf_rec)
}
\arguments{
\item{spf_rec}{a character vector of DNS TXT records}
}
\description{
Test for whether a DNS TXT record is an SPF record
}