lib/hcoop.dtl: Add outpost_ip.
[hcoop/domtool2.git] / lib / hcoop.dtl
index 3135462..35997a6 100644 (file)
@@ -13,3 +13,13 @@ extern val homeS : no_spaces -> no_spaces;
 val mailmanHcoop = mailmanWebHost "lists.hcoop.net";
 {{Configure your domain to have its Mailman mailing lists served on the web at
   lists.hcoop.net.}}
+
+val deleuze_ip : (ip) = "69.90.123.67";
+val mire_ip : (ip) = "69.90.123.68";
+val krunk_ip : (ip) = "69.90.123.70";
+val outpost_ip : (ip) = "89.16.166.179";
+val fyodor_ip : (ip) = "64.20.38.170";
+
+val simpleWeb = \host -> \docroot -> web host where
+  DocumentRoot = home docroot
+with end;