实现域名、记录同步等API

This commit is contained in:
刘祥超
2021-06-01 16:43:13 +08:00
parent c725c9e082
commit e4d958fd2c
19 changed files with 1400 additions and 369 deletions

View File

@@ -12,6 +12,9 @@ message NSRoute {
bool isOn = 2;
string name = 3;
bytes rangesJSON = 4;
bool isDeleted = 5;
int64 order = 6;
int64 version = 7;
NSCluster nsCluster = 30;
NSDomain nsDomain = 31;