域名服务集群创建时可以选择开启访问日志

This commit is contained in:
GoEdgeLab
2021-06-05 15:39:06 +08:00
parent 617296c67c
commit 9862dd30f3
2 changed files with 116 additions and 105 deletions

View File

@@ -39,6 +39,7 @@ service NSClusterService {
// 创建集群
message CreateNSClusterRequest {
string name = 1;
bytes accessLogJSON = 2;
}
message CreateNSClusterResponse {