mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-16 06:40:26 +08:00
DNS支持TSIG
This commit is contained in:
9
pkg/rpc/protos/models/model_ns_zone.proto
Normal file
9
pkg/rpc/protos/models/model_ns_zone.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
// DNS子域
|
||||
message NSZone {
|
||||
int64 id = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user