feat(provider): add name.com

This commit is contained in:
RangerCD
2024-12-24 18:56:41 +08:00
parent ba73e04046
commit 6217d3aacd
16 changed files with 263 additions and 1 deletions

View File

@@ -77,6 +77,11 @@ type GodaddyAccess struct {
ApiSecret string `json:"apiSecret"`
}
type NameDotComAccess struct {
Username string `json:"username"`
ApiToken string `json:"apiToken"`
}
type PdnsAccess struct {
ApiUrl string `json:"apiUrl"`
ApiKey string `json:"apiKey"`