- Default DNS at localhost
- updated gitignore
- updated default config yml
This commit is contained in:
2021-08-24 16:49:17 +02:00
parent ae3b1d0897
commit 467a89c4ba
3 changed files with 7 additions and 2 deletions

View File

@ -28,7 +28,7 @@ func init() {
}
func SetConfigDefaults() {
viper.SetDefault("Service.DNS.Server", "10.10.11.254:53")
viper.SetDefault("Service.DNS.Server", "127.0.0.1:53")
viper.SetDefault("Service.DNS.DefaultTTL", 60)
viper.SetDefault("Service.Users.ConfigDir", "users/")
}