feat: 尝试支持设置阿里云 dns

This commit is contained in:
Mmx233
2022-12-08 18:25:18 +08:00
parent a4e9f35303
commit 8ef9b2fc9e
7 changed files with 278 additions and 8 deletions

View File

@@ -15,5 +15,6 @@ type Config struct {
type BasicConfig struct {
Domain string `mapstructure:"domain"`
TTL uint `mapstructure:"ttl"`
Other map[string]interface{} `mapstructure:",remain"`
}