mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-17 07:30:25 +08:00
DNS服务支持密钥管理
This commit is contained in:
14
pkg/rpc/protos/models/model_ns_key.proto
Normal file
14
pkg/rpc/protos/models/model_ns_key.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
// NS密钥
|
||||
message NSKey {
|
||||
int64 id =1;
|
||||
bool isOn = 2;
|
||||
string name = 3;
|
||||
string algo = 4;
|
||||
string secret = 5;
|
||||
string secretType = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user