MX记录支持优先级设置

This commit is contained in:
刘祥超
2022-11-06 20:21:11 +08:00
parent 629a2a5a8e
commit e67af97487
5 changed files with 4131 additions and 4072 deletions

View File

@@ -13,6 +13,7 @@ message NSRecord {
string name = 3;
string type = 4;
string value = 5;
int32 mxPriority = 12; // mx优先级
int32 ttl = 6;
int32 weight = 7;
int64 createdAt = 8;