From f7886b2d596311593c40260d0f5bae286d655a99 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 May 2018 23:39:35 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index aa68869d..1ce8204b 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -1040,9 +1040,9 @@ homeRouter = propertyList "home router" $ props , "bogus-priv" , "interface=wlan0" , "domain=kitenet.net" - -- lease time is 30 minutes because the homepower + -- lease time is short because the homepower -- controller wants to know when clients disconnect - , "dhcp-range=10.1.1.100,10.1.1.150,30m" + , "dhcp-range=10.1.1.100,10.1.1.150,5m" , "no-hosts" , "address=/honeybee.kitenet.net/10.1.1.1" , "address=/house.kitenet.net/10.1.1.1" -- cgit v1.2.3