DNS服务商账号增加“最小TTL”选项

This commit is contained in:
刘祥超
2024-05-12 09:33:35 +08:00
parent e9bb79487e
commit cbd47f60a1
5 changed files with 186 additions and 155 deletions
@@ -10,4 +10,5 @@ message DNSProvider {
string typeName = 4;
bytes apiParamsJSON = 5;
int64 dataUpdatedAt = 6;
int32 minTTL = 7; // 最小TTL
}