From f26bdd1e24594ad4552a1e66bf0347afa6dde3e2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Apr 2014 09:37:28 -0400 Subject: allow connections from outside world --- Propellor/Property/SiteSpecific/JoeySites.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Propellor/Property') diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index c939ddce..2a601990 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -42,6 +42,7 @@ oldUseNetServer hosts = propertyList ("olduse.net server") , "allowSTRANGERS = 42" -- lets anyone connect , "nopost = 1" -- no new posting (just gather them) ] + , "/etc/hosts.deny" `File.lacksLine` "leafnode: ALL" , Apt.serviceInstalledRunning "openbsd-inetd" , File.notPresent "/etc/cron.daily/leafnode" , File.notPresent "/etc/cron.d/leafnode" -- cgit v1.2.3