Skip to content

Commit

Permalink
add DNSRecordTypeNS
Browse files Browse the repository at this point in the history
  • Loading branch information
giornetta committed Nov 4, 2024
1 parent 5e5c976 commit 0a14a71
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 0a14a71

Please sign in to comment.