allow connections from outside world

This commit is contained in:
Joey Hess 2014-04-18 09:37:28 -04:00
parent e69a0a6065
commit f26bdd1e24
1 changed files with 1 additions and 0 deletions

View File

@ -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"