mirror of
https://gitlab.com/pnx-tools/dns-updater.git
synced 2026-06-16 05:54:56 +02:00
app/config.go: minor fixes
This commit is contained in:
parent
9786dc2c53
commit
308d88c369
1 changed files with 1 additions and 2 deletions
|
|
@ -23,12 +23,11 @@ type Providers struct {
|
|||
|
||||
type Services struct {
|
||||
IPLookup string `yaml:"IPLookup"`
|
||||
// DigitalOcean DigitalOceanService `yaml:"digitalocean"`
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
Services Services `yaml:"services"`
|
||||
Providers map[string]map[string]interface{}
|
||||
Providers map[string]map[string]any
|
||||
Updates map[string]Domain
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue