支持阿里云DNS

This commit is contained in:
刘祥超
2020-11-15 11:57:54 +08:00
parent 9a48b7a016
commit 5aa201cf8c
10 changed files with 1084 additions and 812 deletions

View 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;
}