Try to read config from under /etc (#18)

This commit is contained in:
Joona Hoikkala
2017-11-14 00:42:30 +02:00
committed by GitHub
parent 9c639223ce
commit 9c54da3ee6
7 changed files with 41 additions and 28 deletions

View File

@ -7,8 +7,8 @@ import (
"sync"
)
// DNSConf is global configuration struct
var DNSConf DNSConfig
// Config is global configuration struct
var Config DNSConfig
// DB is used to access the database functions in acme-dns
var DB database