From bf15a40248a7f400a20feda9699398265241e43d Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Sat, 29 Dec 2018 16:40:29 +0300 Subject: [PATCH] Fixup of previous commit. --- dhcp.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dhcp.go b/dhcp.go index 890ba6b4..4d6d257a 100644 --- a/dhcp.go +++ b/dhcp.go @@ -2,8 +2,12 @@ package main import ( "encoding/json" + "fmt" + "io/ioutil" + "log" "net" "net/http" + "strings" "time" "github.com/AdguardTeam/AdGuardHome/dhcpd"