ddns/config/config.go

11 lines
196 B
Go
Raw Normal View History

package config
type Config struct {
Verbose bool
Domain string
SOAFqdn string
HostExpirationDays int
Listen string
RedisHost string
}