dnsrecords

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2021 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

View Source
const DefaultTTL uint32 = 300

DefaultTTL Default DNS TTL in seconds if domain does not have TTL records attached

Variables

This section is empty.

Functions

This section is empty.

Types

type Record

type Record struct {
	// Type DNS record type
	Type Type
	// TTL DNS record TTL in seconds
	TTL uint32
	// Value DNS record value
	Value string
}

Record DNS record

type Type

type Type string

Type DNS record type according to specification (A, AAAA, CNAME, etc.)

Jump to

Keyboard shortcuts

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