边缘节点IP支持IPV6

This commit is contained in:
GoEdgeLab
2021-06-07 10:02:07 +08:00
parent be58189af9
commit f3dd470d45
5 changed files with 53 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ type RecordType = string
const (
RecordTypeA RecordType = "A"
RecordTypeAAAA RecordType = "AAAA"
RecordTypeCNAME RecordType = "CNAME"
RecordTypeTXT RecordType = "TXT"
)