* move "dnsctx" to "config"

This commit is contained in:
Simon Zolin
2019-07-09 19:02:45 +03:00
parent af21a5f17b
commit 6701e9ce06
2 changed files with 14 additions and 15 deletions

View File

@@ -70,6 +70,7 @@ type configuration struct {
versionCheckJSON []byte
versionCheckLastTime time.Time
dnsctx dnsContext
dnsServer *dnsforward.Server
dhcpServer dhcpd.Server
httpServer *http.Server