Fixup of previous commit.

This commit is contained in:
Eugene Bujak 2018-12-13 14:53:25 +03:00
parent 59adad4d53
commit 39bc55e430
1 changed files with 1 additions and 1 deletions

View File

@ -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"}, {Filter: dnsfilter.Filter{ID: 4}, Enabled: false, URL: "http://www.malwaredomainlist.com/hostslist/hosts.txt", Name: "MalwareDomainList.com Hosts List"},
}, },
DHCP: dhcpState{Config: dhcpConfig{ DHCP: dhcpState{Config: dhcpConfig{
LeaseDuration: time.Hour * 12, LeaseDuration: 12 * 60 * 60, // in seconds
}}, }},
SchemaVersion: currentSchemaVersion, SchemaVersion: currentSchemaVersion,
} }