From 39bc55e43012dafca1ff72bad707da2df6fcc56e Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Thu, 13 Dec 2018 14:53:25 +0300 Subject: [PATCH] Fixup of previous commit. --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index b3d88388..4133aecb 100644 --- a/config.go +++ b/config.go @@ -99,7 +99,7 @@ var config = configuration{ {Filter: dnsfilter.Filter{ID: 4}, Enabled: false, URL: "http://www.malwaredomainlist.com/hostslist/hosts.txt", Name: "MalwareDomainList.com Hosts List"}, }, DHCP: dhcpState{Config: dhcpConfig{ - LeaseDuration: time.Hour * 12, + LeaseDuration: 12 * 60 * 60, // in seconds }}, SchemaVersion: currentSchemaVersion, }