recordaudit

package
v3.18.2-dev1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TxtNoBackticks

func TxtNoBackticks(records []*models.RecordConfig) error

TxtNoBackticks audits TXT records for strings that contain backticks.

func TxtNoDoubleQuotes

func TxtNoDoubleQuotes(records []*models.RecordConfig) error

TxtNoDoubleQuotes audits TXT records for strings that contain doublequotes.

func TxtNoMultipleStrings

func TxtNoMultipleStrings(records []*models.RecordConfig) error

TxtNoMultipleStrings audits TXT records for multiple strings

func TxtNoSingleQuotes

func TxtNoSingleQuotes(records []*models.RecordConfig) error

TxtNoSingleQuotes audits TXT records for strings that contain single-quotes.

func TxtNoStringsExactlyLen255 added in v3.18.0

func TxtNoStringsExactlyLen255(records []*models.RecordConfig) error

TxtNoStringsExactlyLen255 audits TXT records for strings exactly 255 octets long. This is rare; you probably want to use TxtNoLongStrings() instead.

func TxtNoStringsLen256orLonger added in v3.18.0

func TxtNoStringsLen256orLonger(records []*models.RecordConfig) error

TxtNoStringsLen256orLonger audits TXT records for strings that are >255 octets.

func TxtNoTrailingSpace

func TxtNoTrailingSpace(records []*models.RecordConfig) error

TxtNoTrailingSpace audits TXT records for strings that end with space.

func TxtNoUnpairedDoubleQuotes added in v3.18.0

func TxtNoUnpairedDoubleQuotes(records []*models.RecordConfig) error

TxtNoUnpairedDoubleQuotes audits TXT records for strings that contain unpaired doublequotes.

func TxtNotEmpty

func TxtNotEmpty(records []*models.RecordConfig) error

TxtNotEmpty audits TXT records for empty strings.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL