DNS支持TSIG

This commit is contained in:
刘祥超
2021-07-25 15:08:38 +08:00
parent f1da942189
commit 32d542aa6c
13 changed files with 907 additions and 149 deletions

View File

@@ -14,6 +14,7 @@ message NSDomain {
int64 createdAt = 4;
bool isDeleted = 5;
int64 version = 6;
bytes tsigJSON = 7;
NSCluster nsCluster = 30;
User user = 31;