ddns/config/config.go
Philipp Böhm 6af394aa2f refactor ddns into several packages and add tests for most important
components

WIP

restructure code into separate packages + add tests for request handling

more documentation for methods

remove useless comment
2017-07-02 20:46:28 +02:00

10 lines
196 B
Go

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