DNS服务商中的密钥数据以掩码方式显示

This commit is contained in:
GoEdgeLab
2024-03-18 10:20:22 +08:00
parent 7c8e996ff3
commit abf2cf2af4
11 changed files with 208 additions and 8 deletions

View File

@@ -53,6 +53,11 @@ func (this *CustomHTTPProvider) Auth(params maps.Map) error {
return nil
}
// MaskParams 对参数进行掩码
func (this *CustomHTTPProvider) MaskParams(params maps.Map) {
// 这里暂时不要掩码,避免用户忘记
}
// GetDomains 获取所有域名列表
func (this *CustomHTTPProvider) GetDomains() (domains []string, err error) {
resp, err := this.post(maps.Map{