mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-09 03:50:26 +08:00
DNS服务商账号增加“最小TTL”选项
This commit is contained in:
@@ -39,4 +39,10 @@ type ProviderInterface interface {
|
||||
|
||||
// DefaultRoute 默认线路
|
||||
DefaultRoute() string
|
||||
|
||||
// SetMinTTL 设置最小TTL
|
||||
SetMinTTL(ttl int32)
|
||||
|
||||
// MinTTL 最小TTL
|
||||
MinTTL() int32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user