mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-28 17:55:18 +08:00
DNS服务商账号增加“最小TTL”选项
This commit is contained in:
@@ -10,4 +10,5 @@ message DNSProvider {
|
||||
string typeName = 4;
|
||||
bytes apiParamsJSON = 5;
|
||||
int64 dataUpdatedAt = 6;
|
||||
int32 minTTL = 7; // 最小TTL
|
||||
}
|
||||
@@ -41,6 +41,7 @@ message CreateDNSProviderRequest {
|
||||
string name = 1;
|
||||
string type = 2;
|
||||
bytes apiParamsJSON = 3;
|
||||
int32 minTTL = 4; // 最小TTL
|
||||
}
|
||||
|
||||
message CreateDNSProviderResponse {
|
||||
@@ -52,6 +53,7 @@ message UpdateDNSProviderRequest {
|
||||
int64 dnsProviderId = 1;
|
||||
string name = 2;
|
||||
bytes apiParamsJSON = 3;
|
||||
int32 minTTL = 4; // 最小TTL
|
||||
}
|
||||
|
||||
// 计算服务商数量
|
||||
|
||||
Reference in New Issue
Block a user