mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-03 04:35:19 +08:00
支持阿里云DNS
This commit is contained in:
12
pkg/rpc/protos/model_dns_record.proto
Normal file
12
pkg/rpc/protos/model_dns_record.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message DNSRecord {
|
||||
string id = 1;
|
||||
string name = 2;
|
||||
string value = 3;
|
||||
string type = 4;
|
||||
string route = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user