支持阿里云DNS

This commit is contained in:
刘祥超
2020-11-15 11:57:49 +08:00
parent 2da1ab384c
commit afb414bca3
16 changed files with 500 additions and 41 deletions

View File

@@ -5,7 +5,7 @@ type RecordType = string
const (
RecordTypeA RecordType = "A"
RecordTypeCName RecordType = "CNAME"
RecordTypeText RecordType = "TXT"
RecordTypeTXT RecordType = "TXT"
)
type Record struct {