Skip to content

Commit

Permalink
Merge pull request #222 from civo/feature/ns-records
Browse files Browse the repository at this point in the history
Add DNSRecordTypeNS
  • Loading branch information
giornetta authored Nov 4, 2024
2 parents 5e5c976 + 0a14a71 commit fe92118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ const (

// DNSRecordTypeTXT represents an TXT record
DNSRecordTypeTXT = "TXT"

// DNSRecordTypeNS represents an NS record
DNSRecordTypeNS = "NS"
)

var (
Expand Down

0 comments on commit fe92118

Please sign in to comment.