1
0
Fork 0
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:
Henrik Hautakoski 2025-10-16 22:49:03 +02:00
parent 9786dc2c53
commit 308d88c369

View file

@ -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
}