* move "dhcpServer" to "config"

This commit is contained in:
Simon Zolin
2019-07-09 18:57:41 +03:00
parent 5e309a7b3a
commit 001b4b981f
3 changed files with 14 additions and 15 deletions

View File

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